Replies: 1 comment 3 replies
-
Did you use for the sending and receiving both this library. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using arduino-midi successfully to:
But I'm failing at:
When I run:
I receive:
But I would have expected this instead:
If I just send basic notes (as in
midi.noteOn(1, 0);
) I am receiving the correct midi notes btw, so this issue only seems to be with control change and program change.Beta Was this translation helpful? Give feedback.
All reactions