登录:     


Forum: Old versions

Topic: Jog effect Control

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 Sun 04 Jan 15 @ 5:41 am
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
 

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
 

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
 

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 ;)
 



(陈旧帖子或论坛版块会自动关闭)