- 
                Notifications
    You must be signed in to change notification settings 
- Fork 26
Closed
Milestone
Description
based on #251 + the possibility to get to the same of not caring for on/off
// differentiate between noteOn and noteOff
MKtl(\op1).elAt(\key, 0, \on).action = {}
MKtl(\op1).elAt(\key, 0, \off).action = {}
// one action for both
MKtl(\op1).elAt(\key, 0).action = {}
and the potential (and actual happening) confusion arising from \noteOnOff as a \midiMsgType, propose to dis-encourage and eventually deprecate/remove noteOnOff.