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);
).
<< Home