[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] demand rate



On Thu, Mar 16, 2006 at 12:30:14PM -0300, Charlls Quarra wrote:
>   //then you schedule all the synths with their offsets at the end of the block
>   (this assumes each synth can spawn only a given synthdef, but maybe its not difficult to make it work with any valid synthdef)
>   while (trig_synths-->0)
>    {
>      WorldCallToSpawnNodes->createNodeAt( group/node ID¿?, tail/head flag¿? , stackarray);
>    }

i think ron meant spawning new nodes in the synthesis loop;
scheduling them at the end of the block is no gain as they
will sound in the next block.

<sk>