Hi team,
is it possible to map the Sampler Effect on/off to a controller knob?
if yes, how?
I have searched long time but didn't find a solution
Thanks
Tom
is it possible to map the Sampler Effect on/off to a controller knob?
if yes, how?
I have searched long time but didn't find a solution
Thanks
Tom
geposted Wed 10 Jan 24 @ 4:01 pm
Yes, you can simply use this as a toggle:
effect_active 'sampler'
And this to select the effect:
effect_select 'sampler' 'echo'
or
effect_select 'sampler' 'reverb'
There is also a pad page for you can get from under extensions called "Sampler FX"
effect_active 'sampler'
And this to select the effect:
effect_select 'sampler' 'echo'
or
effect_select 'sampler' 'reverb'
There is also a pad page for you can get from under extensions called "Sampler FX"
geposted Wed 10 Jan 24 @ 4:45 pm
on a dial you'd need a switching value, something like this
param_bigger 0.5 ? effect_active 'sampler' on : effect_active 'sampler' off
param_bigger 0.5 ? effect_active 'sampler' on : effect_active 'sampler' off
geposted Wed 10 Jan 24 @ 8:09 pm
Thanks guys. I will have a look, I am not very familiar with the software side of VDJ.
Maybe I will come back with some stupid questions…
Maybe I will come back with some stupid questions…
geposted Wed 10 Jan 24 @ 8:30 pm
works! Thanks a lot guys - now I am happy. VDJ rocks
geposted Wed 10 Jan 24 @ 9:00 pm