Opened the ino file to preview the firmware before building, Much to my chagrin, found several errors when verifying the firmware, mainly dealing with midiA, midiB, midiC, and midiD. Looked through the included files and found that MIDI-Patchbay.h is blank, with only the following in the file:
../MIDI-Patchbay.h
I don't know if this was intentional or not, as I am new to programming, especially programming Arduinos. Is there any way you can help with this? Thank you.
It looks like the symbolic link isn't resolving properly. Try deleting the MIDI-Patchbay.h and then copy in the file of the same name from the parent directory.
Opened the ino file to preview the firmware before building, Much to my chagrin, found several errors when verifying the firmware, mainly dealing with midiA, midiB, midiC, and midiD. Looked through the included files and found that MIDI-Patchbay.h is blank, with only the following in the file:
../MIDI-Patchbay.h
I don't know if this was intentional or not, as I am new to programming, especially programming Arduinos. Is there any way you can help with this? Thank you.