MidiPlayer.clearSequences, clearCurrentSequence
-
@Christoph-Hart
Could we have clearSequences() & clearCurrentSequence implemented in the MIDIPlayer? -
This post is deleted! -
@ulrik Wouldn't you just assign an empty array to flushMessageList();?
-
@clevername27 I'm clearing the player using
Player.setFile("", true, false);
and that works in my case.
-
@ulrik Cool - I'd be interested some time to see what you've been up to with HISE - you seem to put a lot of work in.