@Christoph-Hart I just wanted to ask if this is now a part of the HISE build or if I still should call...?
const var th = Engine.createTransportHandler(); inline function onStop(isPlaying) { if(!isPlaying) Engine.allNotesOff(); }; th.setOnTransportChange(true, onStop);