VParamix

MIDI

MIDI source parameters.

MIDI listens to connected MIDI input devices and exposes note velocity and control change values.

ParameterRangeDefaultDetail
MidiNote0 to MidiNote1270 ~ 1270Velocity for MIDI notes 0 through 127.
MidiCc0 to MidiCc1270 ~ 1270Control change value for CC controllers 0 through 127.

MidiNote

MidiNoteN is the velocity (how hard the note is played) for note number N.

  • MidiNoteN becomes 0 when the note is released (Note Off or velocity 0).
  • 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.

On this page