sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.06k stars 186 forks source link

USB MIDI on ATMega32U4 (Arduino pro Micro, Leonardo) #114

Open Harvie opened 3 years ago

Harvie commented 3 years ago

Hello, did you have any success of using Mozzi with USB MIDI on ATMega32U4?

I've tried to run mozzi with MIDIUSB library, but it seems to break the USBMIDI communication (USB serial works, which is weird): https://www.arduino.cc/en/Reference/MIDIUSB

sensorium commented 3 years ago

Hi Tomas, it used to work! But yes, something has broken... I'll try to find time to look closer...

On 1 Feb 2021, at 3:22 am, Tomas Mudrunka notifications@github.com wrote:

Hello, did you have any success of using Mozzi with USB MIDI on ATMega32U4?

I've tried to run mozzi with MIDIUSB library, but it seems to break the USB communication: https://www.arduino.cc/en/Reference/MIDIUSB https://www.arduino.cc/en/Reference/MIDIUSB — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sensorium/Mozzi/issues/114, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANW2N6GTCWEISWSDGG2TTDS4V7TRANCNFSM4W3PXEKA.

tfry-git commented 3 years ago

Hm, I'm not currently aware of a change that I would expect to affect MIDI. All my recent work was essentially re-organizing.

@Harvie: Could you experiment a bit, whether it works with an older version of Mozzi (or with an older version of USBMIDI)?