Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Mapping Sampler Effect on/off to controller knob
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
 

Mensajes 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"
 

Mensajes Wed 10 Jan 24 @ 4:45 pm
locoDogPRO InfinityModeratorMember since 2013
on a dial you'd need a switching value, something like this

param_bigger 0.5 ? effect_active 'sampler' on : effect_active 'sampler' off
 

Mensajes 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…
 

Mensajes Wed 10 Jan 24 @ 8:30 pm
works! Thanks a lot guys - now I am happy. VDJ rocks
 

Mensajes Wed 10 Jan 24 @ 9:00 pm