Sampler Offset ?
-
Looking into a system for building tight / loose versions of instrument presets and wondering if there is an example or tutorial available somewhere that shows how to add offset to a sampler so that it plays a tiny bit late ?
-
Take a look at
Message.delayEvent()
, this function should provide anything you need. Just make sure that you delay the note-off for the function too or you might end up with stuck notes (if you play fast notes and delay the note on it might come after the undelayed note off and will ring forever).