The Pulse EPs
The Pulse EPs is a compilation of the four Pulse EPs released in 1991 & 1992 by The Future Sound of London under various aliases in the same vein as the Earthbeat album from 1992.[1]
The Pulse EPs | ||||
---|---|---|---|---|
Compilation album by The Future Sound of London | ||||
Released | 5 May 2008 | |||
Genre | Electronica Acid house IDM | |||
Length | 76:33 | |||
Label | Jumpin' & Pumpin' CD(CD TOT 57) | |||
Producer | FSOL | |||
The Future Sound of London chronology | ||||
|
Track listing
- Bring In The Pulse (MFK Mix) (5:12) as Indo Tribe
- In The Mind Of A Child (First Born Mix) (5:05) as Indo Tribe
- Hardhead (Frothin' At The Mouth Mix) (6:06) as FSOL
- Pulse State (831 AM Mix) (7:19) as FSOL
- Stolen Documents (Jazz Dub) (5:23) as FSOL
- Zip Code (Stress Ball Mix) (5:17) as Smart Systems
- 1-In-8 (4:44) as FSOL
- I've Become What You Were (Insider Mix) (4:19) as Indo Tribe
- Tingler (Four By Four Mix) (4:35) as Smart Systems
- Owl (I Can See You Mix) (4:56) as Indo Tribe
- Bite The Bullet Baby (Jaques Reynoix Mix) (4:33) as Indo Tribe
- Calcium (Elemental Mix) (4:53) as Yage
- I'm Not Gonna Let You Do It (3:49) as Mental Cube
- The Creator (4:22) as Smart Systems
- Shrink (4:14) as Indo Tribe
- Space Virus (4:26) as Smart Systems
Crew
- Written and produced by FSOL
gollark: It's especially good with ADTs.
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.