-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Is there existing work or a plan to add support for reading and parsing of incoming MIDI message?
I might want to do this in the near future. If no one else is working on it then I could provide a partial implementation of this? Is there any existing code demonstrating a good design pattern for this?
Current implementation:
- Can read MIDI messages from one or more specified channels using
receive()method which is non-blocking for USB MIDI - Each message is a class similar to adafruit_bluefruit_connect
- Notes can also be sent with the same messages using new
send()method NoteOn,NoteOff,PolyphonicKeyPressure(aftertouch) can be constructed with notes in text form, C4 is middle C, A4 is traditional A above C4 (typicalyl 440Hz ref).- Decent number of unit tests to ensure parser works.
Metadata
Metadata
Assignees
Labels
No labels