Northwest Metalfest

Northwest Metalfest is a compilation album of songs by ten different Seattle-area metal bands, first released in 1984 by Ground Zero Records in the U.S. and Steamhammer Records in Germany.[1][2]

Northwest Metalfest
Compilation album by
various artists
Released1984
Recorded1983–1984
Genre
Length40:28
LabelGround Zero Records (US),
Steamhammer (Germany)

Track listing

The length listed is taken from the CD edition.[3]

Side A
No.TitleWriter(s)ArtistLength
1."Daily Grind"PasarelliLipstick4:12
2."Cry For The Nations"Open FireOpen Fire3:50
3."Fantasy & Science Fiction"Koda KhanKoda Khan2:48
4."On The Edge"Logan/Van LiewOverlord3:25
5."Intense As Hell"RottweillerRottweiller4:56
Side B
No.TitleWriter(s)ArtistLength
1."The Loser"C. HoltBondage Boys4:03
2."Leather Warrior"Lee, JeffriesSato4:24
3."Deadline"G. StockStrike3:34
4."Marching Saprophytes"MaceMace4:04
5."Death Wish"Metal ChurchMetal Church4:48

Personnel

Band releases

Koda Khan
Overlord
  • Broken Toys (extended play) (1982)
  • Broken Toys: Expanded Deluxe Edition (2017)
Rottweiller
  • Screams of the Innocent (1985)
  • Rage of War (2004)
Sato
  • Leather Warriors - Sato Anthology 82/86 (CD+DVD) (2017)
Strike
  • Strike (extended play) (1984)
Mace
  • Process of Elimination (1985)
  • The Evil in Good (1987)
Metal Church

References

  1. Northwest Metalfest at Discogs
  2. "Rare Northwest Metalfest Footage Surfaces Featuring METAL CHURCH, Late Bassist Mike Starr's SATO, And More". Brave Words. 2011-05-11. Retrieved 2017-06-02.
  3. Northwest Metalfest (liner notes). Various. Steamhammer Records. 1984. 60-7580.CS1 maint: others (link)
gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.