[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] new zombies on the block
when trying to release a synth within less than
blocksize/samplerate they do not get released reliably.
try:
64/44100 = 0.0014512471655329
// release within 0.0014 s: sometimes within the same block and hangs
(
Pbind(
\instrument, \who,
\freq, Prand([400, 600, 700, 56.midicps], inf),
\pw, Pfunc({rrand(0.1, 1)}),
\dur, Pseq([0.01, 0.1], inf),
\legato, 0.14
).play
)
// release within 0.0015 s: works
(
Pbind(
\instrument, \who,
\freq, Prand([400, 600, 700, 56.midicps], inf),
\pw, Pfunc({rrand(0.1, 1)}),
\dur, Pseq([0.01, 0.1], inf),
\legato, 0.15
).play
)
the warteraum team.
--
.