Hi out there, I need a little help:
Is it possible to create a S-#+o like jogspinner with a cue-countdown?
Tried something like this:
get_text '%tocue' & param_cast 'ms' and param_bigger 1800 & param_smaller 3600 ? This : That
... but this script is not working. Can somebody help me?
Is it possible to create a S-#+o like jogspinner with a cue-countdown?
Tried something like this:
get_text '%tocue' & param_cast 'ms' and param_bigger 1800 & param_smaller 3600 ? This : That
... but this script is not working. Can somebody help me?
Posté Sat 17 Oct 15 @ 6:08 am
nobody? :(
Posté Sat 17 Oct 15 @ 6:05 pm
One question at a time.
get_text '%tocue' & param_cast 'ms' and param_bigger 1800 ? param_smaller 3600 ? A&B : A!B : !A & param_smaller 3600 ? B : !B
Don't take this literally, A&B are just a logic guide.
get_text '%tocue' & param_cast 'ms' and param_bigger 1800 ? param_smaller 3600 ? A&B : A!B : !A & param_smaller 3600 ? B : !B
Don't take this literally, A&B are just a logic guide.
Posté Sun 18 Oct 15 @ 4:58 am
You're the man. Thank you , Thank you, Thank you :o)
Posté Sun 18 Oct 15 @ 7:56 am