You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if -[MIKMIDISequencer sendCommands:toDestinationEndpoint:] was overridable so subclasses could be free to alter the MIDI commands in any way they see fit before actually sending them off to the endpoints.
The text was updated successfully, but these errors were encountered:
Or even better yet, add a new method that allows a subclass to modify the commands before they get sent out, that way the -sendCommands:toDestinationEndpoint: doesn't actually have to be made public.
It would be nice if -[MIKMIDISequencer sendCommands:toDestinationEndpoint:] was overridable so subclasses could be free to alter the MIDI commands in any way they see fit before actually sending them off to the endpoints.
The text was updated successfully, but these errors were encountered: