Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be nice if -[MIKMIDISequencer sendCommands:toDestinationEndpoint:] was overridable. #94

Closed
kris2point0 opened this issue Jun 10, 2015 · 1 comment
Assignees
Milestone

Comments

@kris2point0
Copy link
Contributor

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.

@kris2point0 kris2point0 self-assigned this Jun 10, 2015
@kris2point0 kris2point0 added this to the 1.1 milestone Jun 10, 2015
@kris2point0
Copy link
Contributor Author

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.

kris2point0 added a commit that referenced this issue Jun 10, 2015
…ed MIDI commands before they get sent to their destinations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant