By accident I noticed a "&&" operator in queries works, so I started trying stuff
I get some sort of logic with "!" "<" ">" and "=" (it doesn't appear logical to how I understand the truth table(s) but I'm knackered so I'm not thinking straight)
(I was querying pause on 2 decks, if that matters)
Could anybody please list what is accepted? Or is this way off course?
I get some sort of logic with "!" "<" ">" and "=" (it doesn't appear logical to how I understand the truth table(s) but I'm knackered so I'm not thinking straight)
(I was querying pause on 2 decks, if that matters)
Could anybody please list what is accepted? Or is this way off course?
发表时间 Mon 02 Mar 15 @ 1:50 am
It's all there:
http://www.virtualdj.com/wiki/VDJscript.html
PS:
Generally you should avoid anything not documented on that page. ;)
http://www.virtualdj.com/wiki/VDJscript.html
PS:
Generally you should avoid anything not documented on that page. ;)
发表时间 Mon 02 Mar 15 @ 6:56 am
Thanks for the quick reply, where's the fun in following the instructions?
"It's all there" yep alright, you'll be telling me the skin wiki will be finished soon too, XD
It's interesting that it (sort of) works,
"It's all there" yep alright, you'll be telling me the skin wiki will be finished soon too, XD
It's interesting that it (sort of) works,
发表时间 Mon 02 Mar 15 @ 8:00 am
Nothing has changed regarding operators and VDJ Script from version 7 to version 8.
Only the actions have changed. Generally speaking adding "AND" or "OR" logic on scripts requires some changes on the VDJ Script engine itself so that you can "group" the logics:
((deck 1 play & deck 2 play) or (deck 1 cue & deck 2 cue)) ? this : that
That's not possible at the moment!
Only the actions have changed. Generally speaking adding "AND" or "OR" logic on scripts requires some changes on the VDJ Script engine itself so that you can "group" the logics:
((deck 1 play & deck 2 play) or (deck 1 cue & deck 2 cue)) ? this : that
That's not possible at the moment!
发表时间 Mon 02 Mar 15 @ 9:59 am