shanteacontrols / OpenDeck

Software and hardware platform for simpler building of MIDI controllers.
https://shanteacontrols.com
Apache License 2.0
618 stars 53 forks source link

Loss of 5-pin midi control in standalone with Arduino Mega R3 -based controller #33

Closed mikelcoolj closed 3 years ago

mikelcoolj commented 3 years ago

When connected to web configurator, my Arduino-based controller sends midi over 5-pin seamlessly, and will continue to do so until connection with computer is reset. Accessing the web configurator seems to activate the device, after which it will then continue to function properly--even with web configurator closed--until usb is disconnected. Accordingly, the device will not send midi over 5-pin or usb when operating in standalone, whether powered by 9v or usb. I'm using firmware v5.2.0. Thank you!

paradajz commented 3 years ago

Fixed with https://github.com/paradajz/OpenDeck/commit/608f8e1348617a2a90baca9a467d5bcab332ab6c New release is available here: https://github.com/paradajz/OpenDeck/releases/tag/v5.3.0

mikelcoolj commented 3 years ago

Working perfectly now, thanks so much!