Hi out there,
How to run an EFX in a chaser exactly 4 times...have no clue.
Thx.
How to run an EFX in a chaser exactly 4 times
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
With a Script.
startfunction - wait - stopfunction - startfunction - wait - stopfunction - etc..
startfunction - wait - stopfunction - startfunction - wait - stopfunction - etc..
-
- Posts: 204
- Joined: Tue Mar 22, 2016 9:07 am
- Real Name:
thx for the answer.
I tried this already.
I came to the insight, this isn´t going to work since I don´t know how long the animation
will take to finish since the animation's hold time is linked to a speed dial widget
I asked a similar question two years ago.
Now I hoped that some progress in QLC+ made this possible.
I tried this already.
I came to the insight, this isn´t going to work since I don´t know how long the animation
will take to finish since the animation's hold time is linked to a speed dial widget
I asked a similar question two years ago.
Now I hoped that some progress in QLC+ made this possible.
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
And what about when you create an 4 step chaser (master) and have this one fireing your other chaser (slave) by loopbacks?
In the slave chaser you need dummy loopback steps to advance the master, so when sequence in the slave finishes it fires the next step in the master...
In the slave chaser you need dummy loopback steps to advance the master, so when sequence in the slave finishes it fires the next step in the master...
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 204
- Joined: Tue Mar 22, 2016 9:07 am
- Real Name:
For me it seems that the major problem is the missing possibilty to be "notified" when the EFX finish one cycle...
I see no solution to this unless QLC+ will implement this one day.
You´re proposal also needs to "estimate" the runtime of the fired chaser and that´s not what I´m looking for.
But maybe I´m missing something here...
I see no solution to this unless QLC+ will implement this one day.
You´re proposal also needs to "estimate" the runtime of the fired chaser and that´s not what I´m looking for.
But maybe I´m missing something here...
Last edited by yokosuna on Tue Aug 06, 2019 2:31 pm, edited 1 time in total.
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
Since you said the EFX timing is determined by a VC speed widget, one can assume that one cycle will follow this tempo - hence timing IS known...yokosuna wrote: ↑Tue Aug 06, 2019 7:34 am For me it seems that the major problem is the missing possibilty to be "notified" when the EFX finish one cycle...
I see no sulution to this unless QLC+ will implement this one day.
You´re proposal also needs to "estimate" the runtime of the fired chaser and that´s not what I´m looking for.
But maybe I´m missing something here...
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 204
- Joined: Tue Mar 22, 2016 9:07 am
- Real Name:
Sadly, this solution is not working well in conjunction with the speed dial widget and using the tap
This is, however, not connected to the solution in the first place.
By design or by error - tapping the tap-button restarts the animation so will be pretty useless in my scenario (
This is, however, not connected to the solution in the first place.
By design or by error - tapping the tap-button restarts the animation so will be pretty useless in my scenario (
-
- Posts: 204
- Joined: Tue Mar 22, 2016 9:07 am
- Real Name:
Code: Select all
Since you said the EFX timing is determined by a VC speed widget, one can assume that one cycle will follow this tempo - hence timing IS known...
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
Getting off topic now but you have to bind your external 'tap' signal only to the tap button in the speed VC.
Why your chaser is reset by external signal ?????
If I remember well there was once a case where this behaviour was noticed. Don't know anymore how we solved this.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 204
- Joined: Tue Mar 22, 2016 9:07 am
- Real Name:
YepGetting off topic now
It isyou have to bind your external 'tap' signal only to the tap button in the speed VC.
That is the question here.Why your chaser is reset by external signal ?????
I found, that the behaviour has nothing to do with an external signal.
It happens EVERY TIME you hit the the tap button (well, nearly every time)
It does NOT happen when I change the timing with the dial or with the + or -
See attached project: when you start the queue, the rgb matrix is filled.
(nearly) every time you press the tap, the filling process is immediately stopped and
begins from start ...watch with dmx monitor
Thx.