MIDI.read
#158
Replies: 1 comment
-
Can you post a more complete minimum code set. Did you have a look at the examples? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
For a project i need the value of the note and velocity. Channel would also be nice, but this two are first of all enough.
When i read out MIDI.read like this:
Serial.println(MIDI.read());
I only get back NoteOn, or NoteOff connected with the number of the note.
For example:
16:46:15.851 -> NoteOn 60
16:46:15.955 -> NoteOff 60
Is there any way to read the other values?
Many, many thanks in advance!
Regards,
oxxe9
Beta Was this translation helpful? Give feedback.
All reactions