Skip to content

discourage use of \noteOnOff #256

@LFSaw

Description

@LFSaw

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions