Twister (album)

Twister is a compilation album by Washington, D.C. Indie band Unrest, released on September 9, 1988 by TeenBeat Records.[2][3]

Twister
Compilation album by
ReleasedSeptember 9, 1988 (1988-09-09)
Recorded1983 (1983) – 1988 (1988)
GenreIndie rock
Length63:00
LabelTeenBeat
Unrest chronology
Tink of S.E.
(1987)
Twister
(1988)
Malcolm X Park
(1988)
Professional ratings
Review scores
SourceRating
Allmusic[1]

Track listing

All tracks are written by Unrest.

Side one
No.TitleLength
1."Disco Majick"3:05
2."Woody Allen"1:21
3."Green"2:25
4."Communist Tart"2:41
5."Velvet Spit"5:25
6."Give Me Yr Eyes"2:42
7."OK"1:14
8."Breathe In"2:37
9."Dago Rising"1:43
10."Man Hole Burn"2:07
11."Obliteration"2:33
12."Gustave"2:21
13."[untitled]"1:15
Side two
No.TitleLength
1."Sweet Wakefield"1:28
2."Solid State"2:29
3."Oily"2:47
4."Ragged (nkd t)"1:06
5."I Hate Ms Toivanen/Wshingtn"2:36
6."Midnight for Two"5:11
7."Headringer"2:33
8."Twist 66"2:11
9."Neal We Love You"3:43
10."Fuck You G.I."1:23
11."Scorpio Rising"2:59
12."Teen Bt"2:01
13."[untitled]"1:07

Personnel

Adapted from the Twister liner notes.[4]

Release history

Region Date Label Format Catalog
United States 1988 TeenBeat CS TEENBEAT 23
2009 CD

References

  1. McFarlane, Dean. "Unrest: Twister > Review". Allmusic. Retrieved October 16, 2015.
  2. "Unrest - Twister". teenbeatrecords.com. 2012. Retrieved October 16, 2015.
  3. Sprague, David (2007). "Unrest". Trouser Press. Retrieved October 16, 2015.
  4. Twister (booklet). Unrest. Arlington, Virginia: TeenBeat Records. 1988.CS1 maint: others (link)
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
gollark: NodeLuaBestOS
gollark: Yes, they can fly, using the `launch` function.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.