Hello.. Still learning the new script format
Trying to map a button on the keyboard to an effect which happens to be a native effect
I have:
I also tried just "Delay" ...neither seems to call up the effect, what I am not doing correctly?
Thanks!
Trying to map a button on the keyboard to an effect which happens to be a native effect
I have:
effect "native_Delay" active while_pressed
I also tried just "Delay" ...neither seems to call up the effect, what I am not doing correctly?
Thanks!
geposted Sun 02 Aug 20 @ 2:01 am
effect_active ‘native_delay’ while_pressed
geposted Sun 02 Aug 20 @ 2:39 am
the correct verb: effect_active
https://www.virtualdj.com/wiki/VDJscript_verbs_v8_p2.html
correct sentence: effect_active "native_Delay" while_pressed
https://www.virtualdj.com/wiki/VDJscript_verbs_v8_p2.html
correct sentence: effect_active "native_Delay" while_pressed
geposted Sun 02 Aug 20 @ 2:41 am
THANK YOU!!!
geposted Sun 02 Aug 20 @ 3:15 am
If you're mapping something, surely you'd be using the mapping config window? That window lists all the commands as you type the script.
geposted Sun 02 Aug 20 @ 6:27 am
groovindj wrote :
If you're mapping something, surely you'd be using the mapping config window? That window lists all the commands as you type the script.
was coming from version 7...the language changed...was copying things over from old version to the new one
geposted Sun 02 Aug 20 @ 8:38 pm
Would've helped if you'd mentioned that in your first post :-)
geposted Sun 02 Aug 20 @ 8:42 pm
groovindj wrote :
Would've helped if you'd mentioned that in your first post :-)
that was kinda hinted when I said "new script language" in my original post ;)
the other 2 guys were able to understand that and were quite helpful already, but thank you
geposted Sun 02 Aug 20 @ 10:49 pm