control-change

e/midi/control-change

Creates a Control Change message
control-change
@/control-change
Creates a Control Change message
CHnumber
The channel on which the message will be sent
CNUMnumber
The controller number (0 to 127)
VALnumber
The value for the specified controller (0 to 127)
control-change
MSG
CH
CNUM
VAL
MSG@/message
To use the node in your project you should have the e/midi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.