MIDI Note Number and Velocity tracking

[Modulation] of the player behaviour can be controlled directly from the notes played (that is, not simply though selecting which <region> is triggered but affecting how a sound is reproduced).

Note On MIDI messages provide

  • Note Number
  • Note Velocity

For note number modulation, the suffix _keytrack is appended to the target. The target can be:

See the opcode list and search for _keytrack to see more.

Note velocity modulation can be attached to all the above targets using _veltrack. In addition, amp_veltrack can also be further modulated by MIDI CC (appending _ccN after _veltrack), adjusted using a <curve> (appending _curveN), or random amount (appending _random).

Again, see the opcode list and search for _veltrack to see more.

For example:

gain_cc80=-6
amp_keytrack=-1.3
amp_veltrack=80