Sunrise (Circle album)

Sunrise is the twelfth album by the Finnish experimental rock band Circle, first released on CD in 2002 by Ektro Records. It was re-released on double vinyl LP by Headspin in 2006 with an 18-minute extra track, "Mustavuori". A second CD edition on No Quarter Records followed in 2007.

Sunrise
Studio album by
Released2002/2006/2007
Length1:21:05
LabelEktro Records, Headspin, No Quarter Records
Circle chronology
Raunio
(2001)
Sunrise
(2002)
Alotus
(2002)

Sunrise signalled a move towards a more identifiably heavy metal sound for the band, although the influence of krautrock was still prominent in the album's repetitive riffs.

Track listing

  1. Nopeuskuningas (7:43)
  2. Satulinnut (3:27)
  3. Hautain takaa (5:15)
  4. Vaanen valtiatar (7:42)
  5. Kylän suurin miekka (6:30)
  6. Rautakotka (9:27)
  7. Paholaisratsastaja (7:40)
  8. Lokki (15:14)
  9. Mustavuori (18:02)

Personnel

gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentsemoji :: String -> Stringemoji x = ':':x ++ ": "toBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = emoji "exclamation"toBig '+' = emoji "heavy_plus_sign"toBig c | isLetter c = emoji $ "regional_indicator_" ++ [c] | otherwise = ""```
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentstoBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = ":exclamation: "toBig c | isLetter c = ":regional_indicator_"++[c]++": " | otherwise = ""```Bodginated version.
gollark: When I type a line it outputs the corresponding stuff.
gollark: Doesn't for me.
gollark: I'm trying to figure out how to make your program take in *all* the input until a ctrl+d.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.