Skip to content

USB MIDI / IDE #19

Answered by Marsupio
Marsupio asked this question in Q&A
Sep 21, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Since I got no reply (i had to find the info elsewhere), i will publish a reply that might be useful for other people.
Arduino Uno and Mega can be made MIDI class compliant so they are recognised as MIDI device. But it is necessary to flash their secondary chip (through ICSP pins) each time you need to switch them between IDE programming use or MIDI device use, which is not practical at all.
Arduino Leonardo and Micro (ATMega32u4 chip) do not need that process to be made, so you can just program and test your projects at the same time using this library.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Petrus125
Comment options

Answer selected by Marsupio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants