Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: DDJ FLX10 - Effect on pads
I bought a new controller, the DDJ FLX10

One question: How is it possible, if I set an effect on one of the performance pads that I can set the level with the slider I marked in the photo and to set the beat with the keys I marked in the photo?
 

Posted Fri 09 Aug 24 @ 8:40 pm
locoDogPRO InfinityModeratorMember since 2013
read how they're mapped now
fx level
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


A shift query, deck master effect_slider called, a slider number, no slot number or fx name used so fx slot 1 is assumed
next bit, sampler is an fx slot, again slider number,
then deck all which is the same as the deck master bit.
then not shift which is the same again but a different slider number.

So join the dots, the dial controls the fx in slot 1, so either call your fx to slot 1 or call it to another known slot number then append the dial script to control that other slot too.
 

Posted Fri 09 Aug 24 @ 9:49 pm
Thanks for your reply. Is it possible, that you explain it a bit more simplified. My English isn't the best 🫣
 

Posted Fri 09 Aug 24 @ 9:57 pm
locoDogPRO InfinityModeratorMember since 2013
locoDog wrote :
call your fx to effect slot 1


 

Posted Fri 09 Aug 24 @ 11:02 pm
I try to explain more exactly.
I set the Echo Out on Pad No 5. Now I want to change the Level/Depth and the beat (1 beat, 1/2 beat, ...)
What exactly do I have to do now.
Sorry that I need a bit more time to understand.
 

Posted Fri 09 Aug 24 @ 11:10 pm
locoDogPRO InfinityModeratorMember since 2013
effect_active "echo out" 1


that calls the fx echo out to be active on fx slot 1.
I've done a whole topic on fx slots in the script school thread.
 

Posted Fri 09 Aug 24 @ 11:23 pm