Hello, posting a demo showing control of so-called 5050 RGBW LED strips. Here is the video and sorry for the extremely low production values :
In the demo, Score is running, for the moment, on a laptop rather than the Pi itself (see my other post here) and the Pi is present in Score as a device with container children for each LED strip that you wish to control. Each of these containers has children controlling the red, green, blue and white LEDs as well as a scaling factor.
to facilitate itâs use and format the outgoing data (so you donât have to do it in you script), you can also set the Unit of your vec4f value to Color rgba8.
Managed to get Thibaudâs suggestion to work and it is a great improvement. Iâve made a new video which shows the use of a colour gradient in Score to make transitions in colour on the LED strip. An issue mentioned in the video is the need for gamma correction. And the link referred to is this one:
See the âQuick fixâ button at the botton for the lookup correction table used in my OSC parsing code.