| oops, forgot one I meant to mention.
Could it be possible to pass midi events through to csound with the api?
This would be nice because the controller app embedding csound could be
the initial receiver of midi input, checking it and transforming it
according to user settings, perhaps interpreting certain messages for
it's own purposes, and then passing the "playing" messages on through to
csound.
I accomplished much the same thing in my own instruments by translating
from midi to score language after the filtering stage, and then
controlling the playing instruments with score events acting like midi
events, but it did require a lot of wacky csound coding to simulate the
effects of note off or to limit polyphony.
Thanks
Iain |