登录:     


Forum: General Discussion

Topic: Midi EQ range setup

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

Is it possible to set the EQ range mapping?
What I am trying to do is have the EQ knob on my controller have a range from 0% to 50%, so that when the EQ knob is turned all the way up, it's at 50% level in Virtual DJ.
 

发表时间 Tue 08 Feb 11 @ 4:01 pm
Does this work:

param_multiply 50% & eq_high

Good chance it won't, but I don't have a controller here to test with at present.
 

wow that worked! Thank you very much!
 

That works for 0 - 50. How about 50% to 100%?
 

Does

param_multiply 50% & param_add 50% & eq_high

work?
 

how about mapping a jog wheel man?
 

to map a jog you use

param_greater 50% ? action for clockwise : action for counter clockwise

specifically for a mid range eq knob it is just

param_greater 50% ? eq_mid +1 : eq_mid -1
 



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