jmamma / MCL

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

When MC is connected, FUNCTION+EXTENDED should restore MCL seq sounds? #139

Closed yatli closed 3 years ago

yatli commented 3 years ago

Currently, FN+EXTENDED will reset MD to a kit in the MD memory.

-- or, save the current kit into MD memory during chain load?

jmamma commented 3 years ago

function + extend loads up the undo kit. I forgot exactly how this works, but we never populate the undo kit with data, only the workspace kit. I suppose when we send, we should populate both.

jmamma commented 3 years ago

Saving the MD Kit doesn't play nice with parameter locks, hence why I was so eager to get workspace working.

jmamma commented 3 years ago

implemented.