Hi there,
I am a new owner of the FLX10 and happy so far ;-) One thing regarding the mapping:
If I choose an FX, e.g. echo and turn the knob to - lets say - 10 % I would expect that all other effects go to 10 % in the background. So, when I switch to another FX without touching the knob it is at 10 % as well.
Isn't it anyhow possible to map the effects to the value of the knob regardless if they are active/choosen?
Thanks
Meiko
I am a new owner of the FLX10 and happy so far ;-) One thing regarding the mapping:
If I choose an FX, e.g. echo and turn the knob to - lets say - 10 % I would expect that all other effects go to 10 % in the background. So, when I switch to another FX without touching the knob it is at 10 % as well.
Isn't it anyhow possible to map the effects to the value of the knob regardless if they are active/choosen?
Thanks
Meiko
Posted Fri 18 Aug 23 @ 9:43 pm
current script
shift ? deck master effect_slider 2 & effect_slider 'sampler' 2 & deck all effect_slider 2 : deck master effect_slider 1 & effect_slider 'sampler' 1 & deck all effect_slider 1
ignoring the shift query to make this example readable
deck master effect_slider 1 & effect_slider 'sampler' 1 & deck all effect_slider 1
how you would change it
deck master effect_slider 'MT Delay' 1 & deck master effect_slider 'echo' 1 & deck master effect_slider 'enigma jet' 1 & deck master effect_slider 'flanger' 1 &
do that for all fx, then add the same list to the script for deck all, sampler
shift ? deck master effect_slider 2 & effect_slider 'sampler' 2 & deck all effect_slider 2 : deck master effect_slider 1 & effect_slider 'sampler' 1 & deck all effect_slider 1
ignoring the shift query to make this example readable
deck master effect_slider 1 & effect_slider 'sampler' 1 & deck all effect_slider 1
how you would change it
deck master effect_slider 'MT Delay' 1 & deck master effect_slider 'echo' 1 & deck master effect_slider 'enigma jet' 1 & deck master effect_slider 'flanger' 1 &
do that for all fx, then add the same list to the script for deck all, sampler
Posted Fri 18 Aug 23 @ 10:57 pm
thanks!!
Posted Sat 19 Aug 23 @ 6:43 am