-
Notifications
You must be signed in to change notification settings - Fork 25
NoteOff does not return a note value #43
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
Comments
It looks like it should work. Please post your test code and let us know what is generating the MIDI NoteOff message. Thanks! |
Thanks for the quick reply! I've stripped down the code I'm using to make it a little simpler, but still replicate what I'm seeing. If I run either of these devices through my computer into 'MidiView', I see notes specified for both NoteOn and NoteOff events. I'm running my code on a Feather M4 Express using an rx/tx uart midi breakout board.
|
|
Hi,
I'm trying to trigger LED lights on and off based on corresponding midi notes received.
I noticed when a NoteOn event is receive, the midi.receiver() captures a 'note' value, which I can use to identify the note/source. However, when NoteOff is received, there is no value assigned to 'note', and I'm unable to figure out how to tell which source generated the NoteOff signal.
Curious if this is intentional, or am I perhaps doing something incorrectly?
Thanks!
The text was updated successfully, but these errors were encountered: