Page 1 of 1

Lights shake violently when i change EFX speed

Posted: Sat Dec 14, 2013 2:37 pm
by Joe
Hi all,

trying to control the speed of my EFX scenes using a VC speed widget controlled by a midi fader. Only problem is when i adjust them, the lights shake and move really quickly (not ideal when i am trying to slow them down for effect). I'm assuming this is caused by QLC+ wants to restart the EFX as soon as i change the speed, thus causing the values to change rapidly.

Joe

Lights shake violently when i change EFX speed

Posted: Sun Dec 15, 2013 8:38 pm
by Jano Svitok
Hi,

I've planned to fix this, but got distracted in the meantime. The formula to compute the position has to be changed if we want smooth speed changes. The code in question is EFXFixture::nextStep().

Lights shake violently when i change EFX speed

Posted: Sat Dec 28, 2013 5:44 pm
by Joe
Hiya Jano,

Just tested the same thing in QLC original (Setup an EFX, assign movement to a bus, then assign a VC slider to that bus) and noticed changing speed is totally transparent. The movement keeps playing, but just dynamically slows down. I wonder what they do differently.

Lights shake violently when i change EFX speed

Posted: Tue Dec 31, 2013 11:44 pm
by Jano Svitok
Yes, it seems that the change happened when Heikki moved from buses to individual timings. This is the change: https://sourceforge.net/p/qlc/code/2532/

I will (partially?) revert the change.

Lights shake violently when i change EFX speed

Posted: Tue Jan 28, 2014 10:50 pm
by Jano Svitok
Joe,

I've (hopefully) fixed this issue in git. It'd be great if you can test it...