New poly modes, processing improvements

This commit is contained in:
Brian Hrebec 2024-01-30 22:16:15 -06:00
parent c09177c0ee
commit 4211a85562
9 changed files with 258 additions and 162 deletions

View file

@ -313,7 +313,7 @@ void configModeSetup() {
}
//"Main loop". Just sits and wait for midi messages and lets the sysex handler do all the work.
void configModeLoop() {
void configModeLoop(state_t &state) {
usbMIDI.read();
}