Hi guys,
while I wasn't able to test during the weekend I began to play around a bit for my next show next weekend. I discovered a strange thing about scripts, maybe it's a bug:
Please have a look at the example workspace. It contains a simple script which sets the only fixture present in it to 255 and then waits 10s.
What happens is that the value 255 only lasts a very short time, but enough to notice it in the DMX view and then goes back to 0. I would have expected to last the 255 at least the 10s of waiting.
Did I miss anything or is this a bug?
Using the latest automated GIT build for Ubuntu 14.04 64Bit, Qt5.
Thanks in advance!
PS. I love how many fixes have taken place since 4.10.2b - this is what I call a changelog
[EDIT] I'm not able to test this with an older QLC+ version at the moment, can give it a try in the evening..
[FIXED] Possibly script timing bug
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
- Attachments
-
- script timing bug.qxw
- (1.93 KiB) Downloaded 195 times
Last edited by siegmund on Mon Mar 07, 2016 5:36 pm, edited 1 time in total.
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Please let me ask an additional question:
Is it possible to make a change on a value of a fixture persist after the end of the script?
I'm trying to achieve something like that:
After executing the script, fixture 24 has the value 0 and I want to have fixture 23 the value 255. Is this even possible?
Is it possible to make a change on a value of a fixture persist after the end of the script?
I'm trying to achieve something like that:
Code: Select all
setfixture:23 ch:0 val:255
setfixture:24 ch:0 val:255
wait:1
setfixture:24 ch:0 val:0