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
effect 'BehringerXPQ' slider 1 & effect 'BehringerXPQ' slider 2
Posted Sat 26 Oct 13 @ 1:05 am
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
deck 1 effect 'BehringerXPQ' slider 2 & deck 2 effect 'BehringerXPQ' slider 2
juan
Posted Sat 26 Oct 13 @ 2:29 am
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.
Posted Sat 26 Oct 13 @ 2:47 am
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
juan
Posted Sat 26 Oct 13 @ 3:41 am
synthet1c wrote :
you can chain any scripts into macro's using the "&" operator eg.
effect 'BehringerXPQ' slider 1 & effect 'BehringerXPQ' slider 2
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
Posted Sun 27 Oct 13 @ 10:47 pm
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
effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 1
effect "Vokoder_TexZk" active & effect "Vokoder_TexZK" button 3 on
Posted Sun 27 Oct 13 @ 10:57 pm
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
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.
Posted Sun 27 Oct 13 @ 11:01 pm
Is the effect name correct? that's not vocoder unless your from Europe... I think Tex_ZK is spanish
Posted Sun 27 Oct 13 @ 11:32 pm
This is what I have.
.png)
Posted Sun 27 Oct 13 @ 11:50 pm