I'm just learning to use QLC+ and it's great software. But I have a problem:
In order to create random rotational movements of the heads of a scan I have created a very simple script (See below).
Code: Select all
setfixture:2 ch:0 val:random(0,255) // Dual Pat, Pan 1
setfixture:2 ch:1 val:random(0,255) // Dual Pat, Tilt 1
wait:random(100,2000)
But the chaser doesn't wait for my script to finish before restarting the step corresponding to the script, so my head moves but never stops...
I think I've understood that the problem is with the step time. But I haven't found an option to say ‘Time required to execute the script’. And if I set a value of 10s for example, there's no longer any randomness in the time between each movement....
I'm probably doing it wrong, any help would be great
Thanks for reading and have a nice day,
Aimé