| On Thu, Jul 8, 2010 at 6:38 AM, Peiman Khosravi
wrote:
> The one things that does slow down the work-flaw in csound for me is the
> need to define a score event for every instrument. It would indeed be nice
> to be able to write an instrument and include some sort of 'play' command
> inside the instrument that starts performance indefinitely. Eliminating the
> need to have a score section all together.
I have few examples using a few different techniques up at The Csound Blog:
http://csoundblog.com/2010/07/markov-experiment-ii/
http://csoundblog.com/2010/07/three-node-markov-chain/
http://csoundblog.com/2009/12/140-characters/
http://www.thumbuki.com/csound/files/thumbuki20080126.csd
I've experimented with doing away with the score, but there always has
to be something in it, or it won't run. I usually just use the 'e'
statement to tell when Csound is supposed to end.
Best,
Jake |