Open tilllt opened 8 months ago
@tilllt I think you use master branch of Arduino USB-MIDI Transport.
This project needs multi-cable-support branch on my FORKED version. please chekcout the branch git checkout multi-cable-support
About Arduino BLE-MIDI Transport, it also need connection_compatibility branch on my FORKED version. Please be careful.
Thanks for the reply. I had already cloned your repos but didnt explicitly checkout the branches.
in the case of the connection_compatibility branch, i get this:
git checkout connection-compatibility
error: pathspec 'connection-compatibility' did not match any file(s) known to git
@tilllt I think this is typo. please try git checkout connection_compatibility
. not '-', it's underscore '_'
Thank you, finally it is working.
I cannot compile your Sketch because i get this error, although the MIDIUSB.h exists in C:\Users\name\Documents\Arduino\libraries\USBMIDI\src
do you have a tip how to solve this?