Cloudy Cloud Calculator

Cloudy Cloud Calculator is the third studio album by Japanese musician Takako Minekawa, released on December 10, 1997. It was released by Polystar in Japan and by Emperor Norton Records in the United States.[1] Minekawa played almost every instrument on the album and produced, arranged, wrote, and sang nearly all its songs.[2]

Cloudy Cloud Calculator
Studio album by
ReleasedDecember 10, 1997 (1997-12-10)
GenreShibuya-kei
Length37:57
Label
Producer
Takako Minekawa chronology
Athletica
(1997)
Cloudy Cloud Calculator
(1997)
Ximer
(1998)

Minekawa toured in the United States to support the album. The album Ximer, released in 1998, featured remixes of Cloudy Cloud Calculator by artists including Cornelius, Markus Popp, Sukia, and Michiko Endo (Citrus).[3]

Critical reception

Professional ratings
Review scores
SourceRating
AllMusic[4]
Pitchfork6.7/10[2]

Heather Phares of AllMusic described Cloudy Cloud Calculator as one of Minekawa's "finest and most unusual moments" and "highly inventive, restrained pop".[4] Musician Guide called the album's tracks "wonderfully cute, all-synthesizer musings."[1]

Track listing

All tracks are written by Takako Minekawa, except where noted.

No.TitleWriter(s)Length
1."Micro Mini Cool" 2:53
2."Milk Rock" 3:45
3."Phonobaloon Song" 2:32
4."Cat House" 3:41
5."Cloud Chips"2:10
6."Kraftpark (Micro Trip Edit)" 2:58
7."Kangaroo Pocket Calculator" 3:45
8."Black Forest"
  • Minekawa
  • Silvie TV Game
3:41
9."International Velvet" 3:20
10."Cloud Cuckoo Land"
  • Minekawa
  • Plain Vanilla
4:59
11."Telstar"Joe Meek4:13
Total length:37:57

Personnel

  • Takako Minekawa – synthesizer, guitar (acoustic), bass, arrangement, drums, guitar (electric), recording, vocals, production, vocoder
  • Tetsuya Kotani – engineering
  • Sheila Sachs – design
  • Atsushi Tsuyama – drums
  • Mariko Yamamoto – art direction, design
  • Seiichi Yamamoto – synthesizer, arrangement, bass (electric), guitar (electric), production, performance
  • SuGar Yoshinaga – guitar (acoustic), guitar (electric), production, rhythm box
gollark: This is really only useful if you want to actually resolve krist domains for HTTPoidal purposes or something.
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```

References

  1. "Takako Minekawa". Musician Guide. Retrieved September 21, 2007.
  2. Richard-San, Mark. "Takako Minekawa: Cloudy Cloud Calculator". Pitchfork. Archived from the original on January 18, 2000. Retrieved March 5, 2018.
  3. "Takako Minekawa". Nippop. Retrieved September 21, 2007.
  4. Phares, Heather. "Cloudy Cloud Calculator – Takako Minekawa". AllMusic. Retrieved March 5, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.