Sign In:     


Forum: General Discussion

Topic: Multiple Effect Sliders One Knob

This topic is old and might contain outdated or incorrect information.

Hey guys, I wanted to map the VDJ BehringerXPQ effect to my Zomo MC1000. The effect has 2 sliders and every time you cut the effect off it resets both of the sliders back to 0. I wanted to know is there a way I can map both sliders to a single knob on my controller.
 

Posted Sat 26 Oct 13 @ 12:40 am
you can chain any scripts into macro's using the "&" operator eg.

effect 'BehringerXPQ' slider 1 & effect 'BehringerXPQ' slider 2
 

deck 1 effect 'BehringerXPQ' slider 1 & deck 2 effect 'BehringerXPQ' slider 1
deck 1 effect 'BehringerXPQ' slider 2 & deck 2 effect 'BehringerXPQ' slider 2

juan
 

you actually no don't need to specify the deck number if you are using a properly defined controller as it is done in the definition file and the sides of the controller will be linked to minimise duplication.
 

I think his pb is the bug of vdj with this effect. In the effect menu (with the mouse), the knob moves but doesn't move on side of deck (P1 & P2), however when you move the knob on side of deck, it's works in the effect menu, so it's not important because he'll use the zomo which works with P1 & P2

juan
 

synthet1c wrote :
you can chain any scripts into macro's using the "&" operator eg.

effect 'BehringerXPQ' slider 1 & effect 'BehringerXPQ' slider 2


That one worked just as I wanted, thanks both of you guys.
I have one more I can't figure out. I want to use a button to activate an effect plus the effect's 3rd button this is the script I tried but it didn't work.

effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3
 

With buttons you need to give it a second parameter to tell vdj to press it in, I use a binary '1' but you can probably use the word 'on' as well

effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 1
effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 on
 

synthet1c wrote :
With buttons you need to give it a second parameter to tell vdj to press it in, I use a binary '1' but you can probably use the word 'on' as well

effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 1
effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 on


Just tried both of those neither one worked thanks for the help tho.
 

Is the effect name correct? that's not vocoder unless your from Europe... I think Tex_ZK is spanish
 

This is what I have.
 



(Old topics and forums are automatically closed)