OSC passthrough
Posted: Tue Jul 09, 2024 11:30 pm
Hi there,
Just found QLC+ and looks super promising! I saw in this old thread there is no OSC passthrough:
viewtopic.php?p=54505
I would love it if it were possible to have some RGB string lights attached to a universe and send an OSC message in the format
/rgb r1 g1 b1 r2 g2 b2 ....
My use case is writing realtime apps that will animate many pixels at once. Rather then sending artnet or similar each frame I was hoping to pipe it through something like QLC+, which supports so many formats and provides such great tools for setting up and testing the light set up.
Some other solutions cater for spout/syphon support for this kind of thing but I am after a more widely supported solution that can ideally scale to receiving data from across the network or multiple apps.
This project will ideally be in dart so at present it seems my best bet is to implement the easiest supported protocol I can (artnet) and then if needed I would have the option to use QLC+ passthrough. However, OSC would be much simpler and mean more consistent implementations across different dev environments that usually support it.
If any other ways to achieve this using QLC+ or other tools please do let me know!
nay.
Just found QLC+ and looks super promising! I saw in this old thread there is no OSC passthrough:
viewtopic.php?p=54505
I would love it if it were possible to have some RGB string lights attached to a universe and send an OSC message in the format
/rgb r1 g1 b1 r2 g2 b2 ....
My use case is writing realtime apps that will animate many pixels at once. Rather then sending artnet or similar each frame I was hoping to pipe it through something like QLC+, which supports so many formats and provides such great tools for setting up and testing the light set up.
Some other solutions cater for spout/syphon support for this kind of thing but I am after a more widely supported solution that can ideally scale to receiving data from across the network or multiple apps.
This project will ideally be in dart so at present it seems my best bet is to implement the easiest supported protocol I can (artnet) and then if needed I would have the option to use QLC+ passthrough. However, OSC would be much simpler and mean more consistent implementations across different dev environments that usually support it.
If any other ways to achieve this using QLC+ or other tools please do let me know!
nay.