midi-mixer-one
midi-mixer-one copied to clipboard
adds toggle to switches.
this PR adds a toggle option to switches. i have not officially tested this, but i'm happy to do so.
@markwheeler if this checks out, i can circle back around and make the necessary web-config
changes.
thanks for all of your hard work building this. 🚀 / 🙇🏼
Hi, a toggle mode makes sense to me as an addition, thanks for starting on it! As you mention I think it would need to be user-configurable to make sense in an 'official' release.
i tried compiling via the arduino ide and got the following error(s):
...
exit status 1
Compilation error: 'usbMIDI' was not declared in this scope
edit: never mind, didn't have the proper usb type selected 😅
@markwheeler okay, i think i'm almost to the finish line. i've confirmed that the firmware seems to work with the commented out test in setup()
, but i'm running into an issue when trying to use the web-config ui. i keep getting Invalid data received.
any idea what i might be doing wrong?
There must be an issue in the unserialize()
function – I'd suggest doing some debugging there.
word, cheers/thanks.