back to list

Speaking of ChucK and microtuning...

🔗paolovalladolid <phv40@...>

4/6/2007 11:40:57 AM

ChucK can do its own audio synthesis. Jeff Harrington has already
beaten us all as far as investigating microtuning with it:

http://electro-music.com/forum/viewtopic.php?t=17327

🔗Manuel Op de Coul <manuel.op.de.coul@...>

8/2/2007 11:41:18 AM

--- In MakeMicroMusic@yahoogroups.com, "paolovalladolid" <phv40@...>
wrote:
>
> ChucK can do its own audio synthesis. Jeff Harrington has already
> beaten us all as far as investigating microtuning with it:
>
> http://electro-music.com/forum/viewtopic.php?t=17327
>

I've just added ChucK support to Scala 2.24g. With SET SYNTH 130, it
creates an array which can be used as a replacement for the built-in
mtof function, which returns a frequency for a MIDI note number.
If you don't want to use note numbers, there's the Scala command file
chuck-scl.cmd, which creates ChucK functions for the current scale,
use like this: @chuck-scl myscale.ck
This file can still use some testing.
To get Chuck and miniAudicle, go to http://chuck.cs.princeton.edu .
It's really a powerful tool and easier to learn than CSound.
Now I'm thinking about writing a .seq to .ck converter, it will
probably be quite easy.

Manuel