Closed marchingband closed 3 years ago
if wvr.useUsbMidi = true then a second uart and midi parser will be created for the USB midi, and the normal midi in will still work. Both streams of midi commands will be merged in the order they are parsed.
wvr.useUsbMidi = true
Also fixed a bug : samples in a rack should observe the playback options (loop, retrigger, etc) of the parent note.
if
wvr.useUsbMidi = true
then a second uart and midi parser will be created for the USB midi, and the normal midi in will still work. Both streams of midi commands will be merged in the order they are parsed.