Clock of the Long Now

TorgoX on 2004-10-21T06:32:02

Dear Log,

BONGGGGGGGG.

(Yes, Firefox's plugin stuff is broken.)


Just download it

pemungkah on 2004-10-22T16:33:05

Anyone who want to really hear the chimes but has either Safari or Firefox on OS X wil need to download the generated MIDI file from the Listen link. Quicktime will then happily play it.

I think I'll take the source and reimplement it in ChucK for fun. I'll post it here later; if I can find the chime sound generation algorithms as well, I'll see about synthesizing them too. I'll just use a nice Fender Rhodes that's available with the ChucK source.

In my copious spare time. :)

Re:Just download it

TorgoX on 2004-10-22T21:35:40

What's ChucK?

Re:Just download it

pemungkah on 2004-10-25T05:25:29

ChucK is, well, it's a language for music which gets rid of a lot of the nastiness that you have to try to deal with when actually doing music instead of computer music.

It has built-in support for synchronized, deterministic multithreading, nice unit-generator-based sound synthesis, and an amazingly understandable syntax.

Plus it has the ability to let you interactively start up and shut down "shreds" (its deterministic threads), so you can build up compositions on the fly.

Highly, highly recommended. http://chuck.cs.princeton.edu/

Re:Just download it

pemungkah on 2004-10-25T05:44:21

Actually, I just went on and on about this a couple days ago. It's a music language I can actually like.

Works fine on LInux and Windows too.