marchingband / wvr

Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
GNU General Public License v3.0
65 stars 9 forks source link

add dual midi, respect playback mode of parent when playing rack hit #29

Closed marchingband closed 2 years ago

marchingband commented 2 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.

marchingband commented 2 years ago

Also fixed a bug : samples in a rack should observe the playback options (loop, retrigger, etc) of the parent note.