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

Overhaul MIDI-handling code #37

Open
5 tasks
Tracked by #31
oubiwann opened this issue Nov 26, 2022 · 0 comments
Open
5 tasks
Tracked by #31

Overhaul MIDI-handling code #37

oubiwann opened this issue Nov 26, 2022 · 0 comments

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Nov 26, 2022

All the old tests have been commented out, due to the breaking changes with the new datatypes and message parsing / handling. Additionally, old MIDI dispatch code has been commented-out and needs to be re-implemented.

Tasks:

  • Create a new midi/messages.go MIDI struct
  • Create utility functions for extracting both batch and non-batch MIDI messages
  • Add methods for the easy extraction of MIDI data from the struct
  • Re-enable the tests and refactor to use the new struct and methods
  • Devise a new dispatch mechanism the utilises the new struct and methods
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