jmamma / MCL

MCL firmware for the MegaCommand MIDI Controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yatli opened this issue · comments

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

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

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.

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

implemented.