Loop player mode
-
Hi, can i get one shot mode for loop player? Like audio sampler.
-
@jackburns If I understood your question correctly. Tries put the release to the bottom maybe it works
-
-
@jackburns Yes on the audio looper you can either loop or in one shot
-
-
@d-healey is right, it works well for short sample, although if it's longer you'll feel the level decreasing…
I thimk a proper way to achieve this would be with a script that delays the note off from the sample length. This should be possible using the number of samples and the sample rate APIs. -
Just ignore the note off:
function onNoteOff() { Message.ignoreEvent(true); }
The voice will be killed automatically once the sample reaches its end.
-
@Christoph-Hart So much more beaucoup plus better!