New poly modes, processing improvements
This commit is contained in:
parent
c09177c0ee
commit
4211a85562
9 changed files with 258 additions and 162 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue