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_target (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 | Range |
---|---|---|---|---|
varNN_mod | ARIA | string | N/A | mult, add |
varNN_onccX | ARIA | float | N/A | 0 to 1 |
varNN_curveccX | ARIA | integer | N/A | 0 to 255 |
Modulation Sources
- Envelope: X
- LFO: X
- MIDI CC:
- varNN_onccX (ARIA)
- varNN_curveccX (ARIA)
Category: Region Logic, MIDI Conditions