Hi everyone,
I've never coded before, and I am trying to use a sketch uploaded by someone else to run a series of force sensitive resistors to trigger sounds. When trying to verify the code, I get the error "Error: 'usbMIDI' was not declared in this scope".
I have looked through this forum for similar issues and the two options:
- replace usbMIDI with MIDIUSB (with the corresponding library downloaded) - a new error then appears, " Compilation error: exit status 1"
- select usbMIDI from tools (not an available option)
The code I am trying to use is here KontrolFreak/VirusPad_04/VirusPad_04.ino at master · KontinuumLab/KontrolFreak · GitHub
Thank you for your help!!