Multipage frame with external controller - catch slider by value

Request a feature that you would like to see in QLC+.
Explain in details why you would need it and which is your usage case.
Post Reply
caxpern
Posts: 5
Joined: Thu Feb 18, 2016 8:56 am
Real Name: Casper

Works good when switching pages, but not after you press the Override reset button, then it still jumps up! Its not i big deal, but im trying if i an use this button as a clear button (like in Gradma and others). Thanx for all the work!
siegmund
Posts: 703
Joined: Mon Nov 02, 2015 11:03 am
Location: Germany
Real Name: Lukas

Good "catch" :D
I've fixed this in git!
siegmund
Posts: 703
Joined: Mon Nov 02, 2015 11:03 am
Location: Germany
Real Name: Lukas

janosvitok wrote:- maybe you can catch faster movement of external fader if you check not only when they are (almost) equal, but if the fader crosses the value (either slider was above and now is below the value, or vice versa)
I'm not shure how hard/easy is to implement. You'd need to handle movement of the on-screen fader -- most probably start the catch algorithm from scratch.
I was able to implement this. Still I don't think it is very elegant, especially because it needs two additional variables. Anyway, it works...
Post Reply