jmamma / MCL

MCL firmware for the MegaCommand MIDI Controller.
BSD 2-Clause "Simplified" License
48 stars 9 forks source link

Assign machine #148

Closed jmamma closed 2 years ago

jmamma commented 3 years ago

Saves around 700bytes with this implementation.

Something wrong with parameter transmission/recv

jmamma commented 3 years ago

Unstable on dev branch. Because SYSEX requests lock up the ISR, sequencer tracks will drift apart. Ironically this is more stable on defer_rendering branch which uses a side channel buffer for all sequencer data and no blocking during sysex.