Hello
first thank for this great software, I have project which i am using Node.js as OCS repeater which talks to Light Bulbs and TouchOCS controls it all, I am trying to control RGB Slider via OCS I have input enabled QLC sees packates coming, even the wizard will detect my OCS comamnds (/rgb/red, /rgb/blue, /rgb/blue) but it does not change the value or the slider it self? How do I debug this?
Also If I have slider with RGB picker how do I send OCS Message with RGB into it?
thanks
OSC - TouchOSC + Node.js
- mcallegari
- Posts: 4830
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
With wiresharkHow do I debug this?
Make sure you're sending float values between 0.0 and 1,0
colors are not supported. even by the OSC protocol AFAIKAlso If I have slider with RGB picker how do I send OCS Message with RGB into it?
P.S. By the way it's OSC, not OCS...
- cerw
- Posts: 17
- Joined: Fri Mar 11, 2016 12:57 am
- Real Name: Petr Cervenka
But I know the OSC are geeting there, cos the Wizard is showing it right, and yes i am sending it from TouchOCS which by defautl does 0-1. Wireshark will onlhy confirm what wizard did alrady, taht it's getting there, but it's not changing any slider.
I have made 3 slides that change R G B and I want to map that to OSC .. but no luck.
Do I need to include page numbers?
I have made 3 slides that change R G B and I want to map that to OSC .. but no luck.
Do I need to include page numbers?