Calling MIDIFlushOutput
on a network endpoint is not cancelling scheduled events — they continue to send.
e.g.
MIDIFlushOutput(networkDestinationEndpoint.objectRef)
I’m seeing that MIDIFlushOutput
does successfully cancel scheduled events on a non-network endpoint. How can I clear all scheduled outgoing events over a MIDI Network connection?