Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: vdjscript: Get the value of an effects slider?
I'm trying to get the value of an effects slider and I can't seem to find the script that'll do it.

For example, here is a script:

padfx 'echo' 70% {EFFECTS SLIDER VALUE} 11% 75% 'Mute Source:on'

I'd like to get the value of the second slider in effects bank 1 and apply it to the padfx echo effect. What keyword would I use for this?
 

geposted Fri 09 Dec 22 @ 8:47 pm
locoDogPRO InfinityModeratorMember since 2013
can't be done with padfx, padfx doesn't accept actions as parameters

you could set the effect up with the older way [effect_slider,effect_button,effect_active] and cast the value from the other effect to echo slider 2
effect_slider 1 2 & param_cast & effect_slider echo 2
 

geposted Fri 09 Dec 22 @ 8:57 pm
Thank you for that Locodog. In light of that I took a different approach. Cheers.
 

geposted Fri 09 Dec 22 @ 11:29 pm