Electronomicon

Electronomicon is an album released in 2000 by New Zealand electronica duo, Pitch Black. Electronomicon was later re-released in a special version which included the original recordings remastered, and a second disc of remixes.[1]

Electronomicon
Studio album by
Released7 September 2000
Recorded???
GenreElectronic, dub
Length60:54 (Standard)
114:18 (Deluxe)
LabelRemote
Pitch Black chronology
Futureproof
(1999)
Electronomicon
(2000)
Electric Earth & Other Elements: Remixes
(2001)

Track listing

Disc 1

  1. "Reptile Room"
  2. "Electric Earth Part 1"
  3. "Electric Earth Part 2"
  4. "Data Diviner"
  5. "Urbanoia"
  6. "The 48 Skanks"
  7. "Unadrumma"

Disc 2

  1. "Electric Earth [DC Mix]"
  2. "Reptile Room [Ekto Remix]"
  3. "Electric Earth [Youth Remix]"
  4. "Urbanoia [Vinyl Edit]"
  5. "Electric Earth [Pylonz Remix]"
  6. "The 48 Skanks [Rockwood Remix]"
  7. "Unadrumma [Sunshine Sound System Remix]"
  8. "Electric Earth [Rotort Remix]"
  9. "The 48 Skanks [Rockwood Chill Remix]"
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.

References

  1. "Electronomicon". amplifier.co.nz. Archived from the original on 22 February 2013. Retrieved 5 May 2012.


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