Hi,

When I run the snippet below it's as if there are hickups in the stream of
pulses. These come at random but most commonly in the beginning of the
envelope. I have tried it compiled to SC code and to jack stand alone code
on both Linux and OSX as well as in the online compiler with the same
result.

Is there a better way to achieve a smotth accelerando of pulses?

imp = ba.beat(en.ar(20,10,1) * 2000);
env = en.ar(0.00001, 0.05, imp);
snare = no.multinoise(8) : par(i, 8, _ * env * 0.1);
process = snare;

Thanks!
/Henrik
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to