noteOffDelayedByEventId time limit?
-
Hi
it seems that
Synth.noteOffDelayedByEventId(noteID, mySampleLength);
is limited to 100k samples, is that normal?I am triggering notes randomly, so I need to kill them after the AHDSR summed time, maybe there's a better way to do that?
-
I actually chamged this when I added the MIDI player module - before it was 65536 samples, now its a few billions :)
-
@Christoph-Hart Oh cool!
So in the last release, I presume? mine is only 2 weeks old... -
Its not on the master branch yet, you need to pull the development branch for it.
-
Working! Thanks!