MIDI
MIDI source parameters.
MIDI listens to connected MIDI input devices and exposes note velocity and control change values.
| Parameter | Range | Default | Detail |
|---|---|---|---|
MidiNote0 to MidiNote127 | 0 ~ 127 | 0 | Velocity for MIDI notes 0 through 127. |
MidiCc0 to MidiCc127 | 0 ~ 127 | 0 | Control change value for CC controllers 0 through 127. |
MidiNote
MidiNoteN is the velocity (how hard the note is played) for note number N.
MidiNoteNbecomes0when the note is released (Note Offor velocity0).- Lower values are softer, higher values are stronger.
MidiCC
MidiCc is a control change value (0 to 127) for controller
CC parameters are continuous controller data, usually used for knobs, sliders, and pedals.