midi-mixer-one icon indicating copy to clipboard operation
midi-mixer-one copied to clipboard

adds toggle to switches.

Open ianhundere opened this issue 1 year ago • 6 comments

this PR adds a toggle option to switches. i have not officially tested this, but i'm happy to do so.

ianhundere avatar Jan 05 '24 19:01 ianhundere

@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. 🚀 / 🙇🏼

ianhundere avatar Jan 05 '24 19:01 ianhundere

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.

markwheeler avatar Jan 06 '24 00:01 markwheeler

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 😅

ianhundere avatar Jan 08 '24 20:01 ianhundere

@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?

ianhundere avatar Jan 10 '24 13:01 ianhundere

There must be an issue in the unserialize() function – I'd suggest doing some debugging there.

markwheeler avatar Jan 10 '24 17:01 markwheeler

word, cheers/thanks.

ianhundere avatar Jan 10 '24 18:01 ianhundere