Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: EQ10 Setting presets with script?

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

Grok32Home userMember since 2019
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?
 

Posted Thu 14 Nov 19 @ 3:56 pm
locoDogPRO InfinityModeratorMember since 2013
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
 

Posted Thu 14 Nov 19 @ 4:43 pm
Grok32Home userMember since 2019
Thanks! That will work.
 

Posted Thu 14 Nov 19 @ 4:49 pm


(Old topics and forums are automatically closed)