I'd like a way to "wait" for a specified time period before resuming connected commands. For example, I'd like a way to turn on the DMX Strobe, wait 15 seconds, then turn off the strobe. Also would like a way to do this with some of the effects.
Posté Mon 19 Sep 11 @ 11:39 am
Sorry, this is not currently possible in VDJscript.
If you would like to see this feature added to a future version, please ask in the wishes and new features forum: http://www.virtualdj.com/forums/18/Wishes_and_new_features.html
If you would like to see this feature added to a future version, please ask in the wishes and new features forum: http://www.virtualdj.com/forums/18/Wishes_and_new_features.html
Posté Mon 19 Sep 11 @ 12:07 pm
could we at least get cues events to delete a cue it would work like this...
you would have your variable attached to a cue point number, then when you want to activate for a period of time you simply go forward 20000ms then set your cue, go back 20000ms to where you were in the song and activate cue events to be ready to delete the cue on passing it to cancel the command
goto 20000ms & set_cue # & goto -20000ms & effect "cue_events" active on
you would have a condition of
cue # ? dmx_strobe : nothing
the problem is you would need to trigger the dmx strobe because there is nothing I have found to activate something without hitting a button or moving a slider/knob.. a work around would be to paste the condition on the end of everything...
you would have your variable attached to a cue point number, then when you want to activate for a period of time you simply go forward 20000ms then set your cue, go back 20000ms to where you were in the song and activate cue events to be ready to delete the cue on passing it to cancel the command
goto 20000ms & set_cue # & goto -20000ms & effect "cue_events" active on
you would have a condition of
cue # ? dmx_strobe : nothing
the problem is you would need to trigger the dmx strobe because there is nothing I have found to activate something without hitting a button or moving a slider/knob.. a work around would be to paste the condition on the end of everything...
Posté Mon 19 Sep 11 @ 5:17 pm