Comment on page
OSCSender
Integrate with other tools using OSC
This plugin provides you with the means to send OSC messages using the OSC output.


The sending port is currently fixed at 8888.
Currently you can not define the destination OSC address and can only choose from a handful of predefined combinations of target addresses and contents based on the current state of the fixture. These are:
Target address: /color
Contents: First pixel as Color
Target address: /value/<CHANNEL-1>
Contents: First pixel HSV Value as Float
Target address: /flashlight
Contents: First pixel HSV Value > 0.5 as Boolean
Target address: /value/<CHANNEL-1>
Contents: First pixel HSV Value as Float
Target address: /colors
Contents: All pixel RGB values as Floats
Target address: /pulseLength
Contents: Speed translated into pulse length with limited damped changes, as Integer
Last modified 3yr ago