Face Down in Turpentine
Face Down in Turpentine is the first full-length album by the band Baboon. It was released in June 1994 on Grass Records.
Face Down in Turpentine | ||||
---|---|---|---|---|
Studio album by | ||||
Released | June 1994 | |||
Recorded | Resin Studios, Denton, Texas | |||
Genre | Grunge | |||
Length | 46:10 | |||
Label | Grass | |||
Producer | Sam McCall, Baboon | |||
Baboon chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic | (2/5)[1] |
CMJ | (favorable)[2] |
Track listing
- "Master Salvatoris" – 1:44
- "Tool" – 4:05
- "Step Away" – 3:53
- "Good Friend" – 3:19
- "Happy Life" – 2:40
- "Positive" – 4:04
- "Why'd You Say Die?" – 3:49
- "Emotionless" – 3:20
- "Thumbhead" – 1:57
- "Sucker" – 4:02
- "Kamikaze" – 1:55
- "Naked in the Mall/California Dreaming" – 4:01
- "Bright Lights Big Mommy" – 2:50
- "E" – 4:31
All songs by Baboon.
Personnel
- Steven Barnett - drums
- Andrew Huffstetler - vocals, trombone
- Bart Rogers - bass guitar, backing vocals
- Mike Rudnicki - guitar, backing vocals
- Sam McCall - producer
gollark: ```scheme(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```I think this detects betrayals properly now.
gollark: Wow, BEE the memq function?
gollark: We are investigating MANY things.
gollark: This is quite complex, but here you go.
gollark: ```lualocal mathfloor, mathpow = math.floor, math.powstrats.actually_vaguely_forgiving_grudger = function(prev, opponent, memory) -- gollarious² if #opponent == 0 then return true end if memory.defections == nil then memory.defections = 0 end if opponent[#opponent] == false then memory.defections = memory.defections + 1 return false end local lookback = mathfloor(mathpow(2, memory.defections)) for i = #opponent, (#opponent - lookback), -1 do if opponent[i] == false and prev[i] == true then return false end end return trueend```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.