[CM] Common Music 3
Heinrich Taube
taube at uiuc.edu
Sat Mar 29 09:59:21 PDT 2008
> # I wonder whether the new API is suitable for live performances/live
> coding.
yes this is the kind of thing it is being built for. On my short todo
list is a Hooks window that lets you associate snippits of code with
"triggers" (keyboard strokes, mouse clicks, midi notes etc) so you can
interactively trigger the evaluation of bits of code. the other thing
that may not be obvious since examples are still so sparse -- you dont
have to write processes you can just call send interactly, and also
send in the future. So you can just commad-Return this make sound:
loop repeat 10
for t = 0 then t + .1
send "mp:midi", t, .2, between(60, 90)
end
> Can this be done using a process for ticking beats and other processes
> waits for a tick before starting?
one process can sprout another process.
More information about the Cmdist
mailing list