Page 1 of 1

Waiting for embedded chase to finish

Posted: Wed Feb 20, 2019 11:51 am
by yokosuna
Hi, I have a chase - consisting of several, one shot RGB matrix scripts. The speed of the scrips and the chaser are attached to an speed dial.
Multiple chases are united within another chase to step through. So, the "parent" chase should wait for the child to finish... but I don´t know how to achieve that.
Hints ? Thx.

Re: Waiting for embedded chase to finish

Posted: Thu Feb 21, 2019 11:12 am
by GGGss
Add a dummy step to your chase with a duration so the script can end in grace?

Re: Waiting for embedded chase to finish

Posted: Thu Feb 21, 2019 12:32 pm
by yokosuna
Hmmm ... don´t know what exactly you mean by "dummy step"
I´ll attach a small demo project, hope you can gues what I mean.
Thx.
Demo.qxw
(11.79 KiB) Downloaded 27 times

Re: Waiting for embedded chase to finish

Posted: Thu Feb 21, 2019 1:26 pm
by yokosuna
I digged again into the use of scrips and found a solution that is good enought for me for the moment:
I just added a script as the last step in the "child" chaser to fire a "dimmer" in the loopback universe.

Code: Select all

setfixture:8 ch:0 val:255 // Dimmer, Dimmer #1 ('8' is just the first in the loopback univers ... may vary! )
wait:1ms // does not work without !
setfixture:8 ch:0 val:0 // rearm for the next "event" 
The "Master" or "Parent" cue list widged will use this loopback dimmer to move on to the next step.
This interrups the current runing "child" cue immediately.
Attached is the sample in case someone is interested.
Thx

Re: Waiting for embedded chase to finish

Posted: Thu Feb 21, 2019 5:44 pm
by GGGss
Naais (!)
your script wait statement ... the intern tact frequence of QLC+ is about 20ms ... 1ms did allow for the next run to fire it.

Re: Waiting for embedded chase to finish

Posted: Fri Feb 22, 2019 7:46 am
by yokosuna
Naais (!)
Stupid me, I don´t know what this means :?
1ms did allow for the next run to fire it.
I figured out, it´s even sufficent to use

Code: Select all

wait:0msec
:D

Re: Waiting for embedded chase to finish

Posted: Fri Feb 22, 2019 12:33 pm
by GGGss
Naais - slang for 'nice' ... naaaaaaiiiiiiccceeee