Hello,
I'm encountering an unexpected behaviour as I'm currently programming quite a big show with the Show Manager.
The problem is that I want to put a RGB Matrix during more time than a single shot. So I checked the loop button, and then I set the duration of the matrix with the "repetition of the function" checkbox activated.
The first matrix of my show work well, I mean the RGB channels return to 0 at the end of the function. But the next matrices do not do that : the function continues to run ! I had to check the "one shot" box and make copies of the function to temporarily solve the issue.
Did anyone already encounter this problem ?
[Solved] Looped matrices in shows don't stop
-
- Posts: 20
- Joined: Sat Oct 24, 2015 11:42 pm
- Real Name:
Finally I figured out why the first matrix doesn't bug. In fact the problem appears when you set a number of seconds which is not integer.
The issue seems to be like : you start a looped matrix animation and stop it before it reaches the "end signal" (that would be sent every second in this case), so it continues to run forever. I don't know how this is coded, but it looks like something like that. Maybe that could help ?
The issue seems to be like : you start a looped matrix animation and stop it before it reaches the "end signal" (that would be sent every second in this case), so it continues to run forever. I don't know how this is coded, but it looks like something like that. Maybe that could help ?
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
If you can share a simple workspace showing the issue it would help to eventually debug it.
thanks
thanks
-
- Posts: 20
- Joined: Sat Oct 24, 2015 11:42 pm
- Real Name:
Sure, here it is. There is a track with a looped matrix that lasts exactly 5,00s and another one with a looped matrix that lasts 5,10s. The second one continues to run after the end of the 5,10s...
I use QLC 4.9.1 on Ubuntu 14.04 by the way.
Thanks for your great job and for being so responsive, I really appreciate QLC+ !
I use QLC 4.9.1 on Ubuntu 14.04 by the way.
Thanks for your great job and for being so responsive, I really appreciate QLC+ !
- Attachments
-
- Looped matrices in show.qxw
- (4.97 KiB) Downloaded 227 times
-
- Posts: 1331
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Massimo,
this line is suspicious. Most probably >= should be there instead of ==
I'm not sure about the line 167 as well, but I don't know much about the shows. When I tried to reproduce yesterday, when I changed directly the duration of the matrix,
the show duration was reset to matrix duration.
this line is suspicious. Most probably >= should be there instead of ==
I'm not sure about the line 167 as well, but I don't know much about the shows. When I tried to reproduce yesterday, when I changed directly the duration of the matrix,
the show duration was reset to matrix duration.
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Yes, that solves the issue, thanksjanosvitok wrote:this line is suspicious. Most probably >= should be there instead of ==
Gonna push it.
-
- Posts: 142
- Joined: Sun May 31, 2015 4:42 am
- Location: USA
- Real Name: Kyle Sims
- Contact:
I had this problem last year thanks for the fix. I had another issue maybe it's in the same area, I had a part of my show that I wanted to look like stars showing and fading, and I used the radium signal pixel matrix and put long fade in and out times, however they continued past the show bar in the show program and went for about 5 mins and I could not get them off.
-
- Posts: 142
- Joined: Sun May 31, 2015 4:42 am
- Location: USA
- Real Name: Kyle Sims
- Contact:
I know this has been solve, when will the version with the fix script be release I will start programming my Christmas show this weekend and once I start I don't like to upgrade. Thanks
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
I cannot release one version for each fix we make.
There are TEST versions in the development section:
viewtopic.php?f=12&t=3135
There are TEST versions in the development section:
viewtopic.php?f=12&t=3135