Tune In, Turn On, Free Tibet

Tune In, Turn On, Free Tibet is an album by the band Ghost. It was released by Drag City originally in 1999. It was released as a companion album with Snuffbox Immanence.

Tune In, Turn On, Free Tibet
Studio album by
ReleasedApril 20, 1999
Recorded1998
GenreNeo-psychedelia
Experimental rock
Length60:07
LabelDrag City
Ghost chronology
Snuffbox Immanence
(1999)
Tune In, Turn On, Free Tibet
(1999)
Hypnotic Underworld
(2004)
Professional ratings
Review scores
SourceRating
Allmusic [1]
Orlando Weekly[2]
Pitchfork Media(5.7) [3]

The album has one cover song of a Pearls Before Swine song.

Track listing

  1. "We Insist" (Ghost) – 2:33
  2. "Comin' Home" (Ghost) – 4:11
  3. "Way to Shelkar" (Ghost) – 5:16
  4. "Images of April" (Pearls Before Swine, Tom Rapp) – 3:09
  5. "Lhasalhasa" (Ghost) – 3:28
  6. "Remember" (Ghost) – 2:55
  7. "Change the World" (Ghost) – 4:41
  8. "Tune in, Turn on, Free Tibet" (Ghost) – 33:54
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
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

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.