Connexion rapide:  

Forum: VirtualDJ Plugins

Sujet EQ10 Setting presets with script?

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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?
 

Posté 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
 

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

Posté Thu 14 Nov 19 @ 4:49 pm


(Les anciens sujets et forums sont automatiquement fermés)