Hi everyone
I just want to know if qlc osc feedback can only send values between 0 and 1, or if it’s possible to send 0 at 255 (or 0 at 127)?
For the moment, when my fader on virtual console is at 255, the osc feedback is at 1.
Can I change that or it’s not possible for the moment?
Thank you
Osc feedback
-
- Posts: 58
- Joined: Tue Feb 16, 2016 1:47 pm
- Real Name: Jérôme
I’ve found answer in user documentation :
« All the values transmitted by the OSC plugin use the float type.» That mean 0,0 -> 1,0 ; so bad for me.
But in the new version of Qlc+ (4.12.0), I found this :
Plugins/OSC: added support for double values (in 0.0 - 1.0 range)
Can anyone explain me?
« All the values transmitted by the OSC plugin use the float type.» That mean 0,0 -> 1,0 ; so bad for me.
But in the new version of Qlc+ (4.12.0), I found this :
Plugins/OSC: added support for double values (in 0.0 - 1.0 range)
Can anyone explain me?
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Input values, not outputBut in the new version of Qlc+ (4.12.0), I found this :
Plugins/OSC: added support for double values (in 0.0 - 1.0 range)