ModalityTeam/Modality-toolkit

resetActions does not clear actions of groups

sensestage opened this issue · 2 comments

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

@sensestage

  • just tested, the noteOnOff expansion is not working properly
    in this desc atm. will look into it.

fixed with 1fe9053.