Hi everyone,
Thank you for looking at the code and offering suggestions. I removed the semicolon after the "if" statement, and I added usbMIDI.read(); into the loop.
I also changed the mapping of value to: map(value, 0, 127, 0, 179); , since MIDI is from 0 to 127
I am still not getting...