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

Flocking's MIDI event dispatcher should be refactored so that it can be called and customized by users #9

Open
colinbdclark opened this issue Aug 10, 2019 · 1 comment

Comments

@colinbdclark
Copy link
Contributor

Currently, Flocking's MIDI subsystem tightly couples the process of parsing raw MIDI events from the Web MIDI API with the logic required to dispatch to different higher-level events. As discussed in a recent thread on the Flocking mailing list, users who want to provide custom filters (e.g. to only fire MIDI events for a particular channel, etc.) need to be able to control when (and probably how) MIDI events are dispatched after they've been parsed.

@colinbdclark colinbdclark changed the title Flocking's MIDI event dispatch should be refactored so that it can be called and customized by users Flocking's MIDI event dispatcher should be refactored so that it can be called and customized by users Aug 10, 2019
@colinbdclark
Copy link
Contributor Author

Here's a link to the function that needs to be refactored.

@colinbdclark colinbdclark transferred this issue from lichen-community-systems/Flocking Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant