varNN_mod

Specifies the method used to calculate variable number NN from MIDI CCs.

  • mult: multiplication, with 1 being full scale - 0 at a CC value of 0, and 1 at CC value of 127. This is how the amplitude opcode works.
  • add: addition, how volume, cutoff and all other modulation destinations work by default when modulated.

Example

var01_mod=mult
var02_mod=add

Here is how multiplication could be used, together with varNN_* (in this case, var01_cutoff as 01 is the variable number and cutoff is the target) and varNN_onccX to control velocity tracking on a filter cutoff:

//Lowpass filter
cutoff=120
cutoff_cc102=8400
fil_keytrack=100
resonance=0
resonance_cc103=24
var01_cutoff=4800 //Velocity track
var01_mod=mult
var01_oncc131=1
var01_oncc111=1
Name Version Type Default Options Unit
varNN_mod ARIA string N/A mult, add
Modulations
varNN_onccX float N/A 0 to 1 N/A
varNN_curveccX integer 0 0 to 255 N/A

Category: Region Logic, MIDI Conditions