You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be getting somewhere by creating a custom instance instead of default and using Serial instead of Serial2.
MIDI_CREATE_CUSTOM_INSTANCE(HardwareSerial, Serial, MIDI, MySettings);
However, it is very flaky, and when I upload to the board while connected to iOS garageband, I get all these interesting notes and all the settings are messed with. It seems somehow a bunch of stuff is being sent over the Midi cable that isn't supposed to be...
Hi, I've got the Basic_IO example working on an Arduino Leonardo but for some reason it won't work on a Leonardo Due for me.
Curiously, the basic Midi example (does not require arduino_midi_library) works fine for me on both Leonardo and Due.
Anyone have any idea why the Due is having trouble running the Basic_IO example?
Thanks,
Sam
The text was updated successfully, but these errors were encountered: