abw / MIDI-Patchbay

Hardware and firmware for a 4x4 MIDI merger/splitter patchbay based on an Arduino MEGA 2560
GNU General Public License v3.0
26 stars 4 forks source link

MIDI-Patchbay.h is blank #5

Open Shadoclaw opened 3 years ago

Shadoclaw commented 3 years ago

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.

abw commented 3 years ago

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.