OSCStringOutput

Read with AI
All docs in one file (llms-full.txt)
OSCStringOutput #I/O #Node
OSCStringOutput

Sends the string arriving at In to the OSC address written on the node, as an OSC message with one argument. There are two things that trigger a send: it sends immediately when the value of In changes, and it also sends the latest value at that moment again whenever Trigger fires (so you can send even when the value has not changed).

  • Enter the destination OSC address in the node’s text field
  • The destination IP and port are set in the application’s OSC settings (default 127.0.0.1:3171). Nothing is sent while OSC output is off
  • Nothing is sent while the address is empty (a new node starts out empty)
  • There is no send-rate limit

If you only send with Trigger, an empty string is sent until In has changed at least once.

You can use it to hand the line you are showing right now over to a lighting desk, to SynapseRack on another machine, or to a stream overlay.

Input ports

Port IDType
Instring
Triggertrigger

Output ports

None

Scriptable members

PathType
currentOSCAddressstring

Synapse Apps (scripting)

await synapse.modules.create({ type: "OSCStringOutput" })

Pages linking here