Commits on Nov 9, 2020
Commits on Sep 28, 2020
-
stay synced to MIDI clock while paused
unthingable committedSep 28, 2020
Commits on Sep 24, 2020
-
njanssen committed
Sep 24, 2020 -
Set input index to -1 (no input device) instead of wrapping to 0 when…
… we've reached the end of the `Midi.inputs` array. Now relying on `midi.selectInput` to do all the work, including setting `Midi.inputIndex` - this make sure an existing MIDI message handler is removed from the previous input device before we switch to the next one (or no input device in case of index -1)
njanssen committedSep 24, 2020 -
Calling selectInput function after manually switching to next MIDI in…
…put to correctly refresh MIDI message handler when no MIDI input was selected at startup
njanssen committedSep 24, 2020
Commits on Sep 22, 2020
-
Trigger noteon for zero-length MIDI notes
smrq committedSep 22, 2020
Commits on May 9, 2020
-
Added selection to midi and udp io
neauoire committedMay 9, 2020