Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working on Leonardo but Not Due #132

Open
samlochner opened this issue Oct 29, 2019 · 1 comment
Open

Working on Leonardo but Not Due #132

samlochner opened this issue Oct 29, 2019 · 1 comment

Comments

@samlochner
Copy link

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

@samlochner
Copy link
Author

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...

Hoping someone can help me out here...

Thanks!
Sam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant