ChucK is a music programming language (and compiler/synthesizer) written by a professor (Perry Cook) and his students at Princeton University. I'm learning how to use it; I thought that writing about how to use it would help...

Thursday, January 20, 2005

Mikael's Scales.ck Program

I was just looking over new material on the ChucK Wiki and found that Mikael Johansson has uploaded a program more sophisticated than my Ascale.ck: http://wiki.cs.princeton.edu/index.php/ChucK_Program_Scales.

As he correctly notes, it does show the real need for arrays in ChucK!

I guess my project for the day is to write a function version that can produce the frequency easily on-demand (or learn how to use the MIDI converter Mikael pointed out yesterday float std.mtof(float);).