Page 1 of 1

OSC - TouchOSC + Node.js

Posted: Fri Mar 11, 2016 1:10 am
by cerw
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

Re: OCS - TouchOSC + Node.js

Posted: Fri Mar 11, 2016 8:31 am
by mcallegari
How do I debug this?
With wireshark
Make sure you're sending float values between 0.0 and 1,0
Also If I have slider with RGB picker how do I send OCS Message with RGB into it?
colors are not supported. even by the OSC protocol AFAIK

P.S. By the way it's OSC, not OCS...

Re: OSC - TouchOSC + Node.js

Posted: Mon Mar 14, 2016 2:14 am
by cerw
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?