-
Probably i am missing something, but since the Arduino is set to be recognized as a MIDI device, how you set it back to the default for IDE programming? Are you supposed to change something, or the IDE just keeps on seeing the device as before? (Last time i did it, I had to do bothersome stuff as flashing bootloader!) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Since I got no reply (i had to find the info elsewhere), i will publish a reply that might be useful for other people. |
Beta Was this translation helpful? Give feedback.
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.