resetActions does not clear actions of groups
sensestage opened this issue · 2 comments
sensestage commented
MKtl.resetActions does not clear the actions of groups.
m = MKtl('lpd8', "akai-lpd8");
m.gui;
m.elAt( \pad, 0 ).action = MFunc.new;
m.elAt( \pad, 0 ).action.add( \test, { |el| el.value.postln; } );
m.resetActions;
// action still works
adcxyz commented
- just tested, the noteOnOff expansion is not working properly
in this desc atm. will look into it.