登录:     


Forum: VirtualDJ Plugins

Topic: EQ10 Setting presets with script?

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

I am trying to set the preset with eq10 by script. I am able to turn the effect off and on an step through the presets with button 5 or 6. Button 2 opens the preset menu but I can't find a way to set the preset with script. Maybe effect_command? Can anyone help?
 

发表时间 Thu 14 Nov 19 @ 3:56 pm
change preset, query the effect_string against your preset name if true there you are, if false do the same thing again
depends on how many presets you have

it's really just this used many times
effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing :


effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6 & effect_button "EQ10" 6 & param_equal `effect_string "EQ10" 1` "YOUR_PRESET_STRING" ? nothing : effect_button "EQ10" 6
 

Thanks! That will work.
 



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