Garten der Unbewusstheit

Garten der Unbewusstheit is the fifth album by Japanese doom metal band Corrupted, released on August 20, 2011. It was released 5 years after El mundo frio, marking the longest gap between 2 albums.[1]

Garten der Unbewusstheit
Studio album by
ReleasedAugust 20, 2011 (August 20, 2011)
RecordedDecember 2009–2010
VenueOsaka, Japan
StudioLM Studio
Genre
Length63:41
LabelNostalgia Blackrain
Corrupted chronology
El mundo frio
(2007)
Garten der Unbewusstheit
(2011)

Track listing

No.TitleLength
1."Garten"28:45
2."Against the Darkest Days"4:34
3."Gekkou no Daichi" (月光の大地; remake of the original acoustic version from Se hace por los suenos asesinos)30:22
Total length:63:41
gollark: And how do I make the initial `request` nonblocking?
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.

References

  1. "Corrupted – Garten Der Unbewusstheit" (in French). Eklektik. Retrieved 22 August 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.