Quick Sign In:  

Forum: Old versions

Topic: Jog effect Control

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

metrixPRO InfinityMember since 2007
var_equal "$fx" 1 ? deck 1 effect_slider 1 4 : var_equal "$fx" 2 ? deck 2 effect_slider 1 4 : var '$smart_mod' 2 ? sampler_volume_master : touchwheel

I want Operate with the Jog the 4 effect slot. It works but if i turn effect of i canĀ“t use the Jog it stays to controls the 4 Effect Slot. I must always reset to $fx 0 to enjoy the jog. How can i fix it if effect is of so i can use the Jog?

Up set $fx 1 for Deck 1
down $fx 2 for Deck 2
left or right set $fx 0
 

Posted Sun 04 Jan 15 @ 5:41 am
metrixPRO InfinityMember since 2007
var_equal "$fx" 1 ? effect_active ? deck 1 effect_slider 1 4 : var_equal "$fx" 2 ? effect_active ? deck 2 effect_slider 1 4 : var '$smart_mod' 2 ? sampler_volume_master : touchwheel

I try it so then i lost my Jog
 

Posted Mon 05 Jan 15 @ 10:45 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Try ..
var_equal "$fx" 1 ? effect_active ? deck 1 effect_slider 1 4 : touchwheel : var_equal "$fx" 2 ? effect_active ? deck 2 effect_slider 1 4 : touchwheel : var '$smart_mod' 2 ? sampler_volume_master : touchwheel
 

Posted Mon 05 Jan 15 @ 4:52 pm
metrixPRO InfinityMember since 2007
Thank you, you made my Day it works now. :-D

var_equal "$fx" 1 ? effect_active ? deck 1 effect_slider 1 4 : touchwheel : var_equal "$fx" 2 ? effect_active ? deck 2 effect_slider 1 4 : touchwheel : var '$smart_mod' 2 ? sampler_volume_master : touchwheel

I have the same idea but i forgot the sekend touchwheel
 

Posted Tue 06 Jan 15 @ 11:48 am
Basically it would be better to tell us for which controller this is all about and how you have set it up...
This way we could provide a better solution...

For instance on my own mappers I use something similar, but I also use the "JOG_TOUCH" element to control whether the jog will control the fx or the jog itself.
There are a lot solutions, but it would be better to talk with the controller in mind instead of generic scripts ;)
 

Posted Wed 07 Jan 15 @ 3:07 am


(Old topics and forums are automatically closed)