OSCFloatOutput
Sends the float value 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
- There is no send rate limit. Connecting a value that changes every frame produces one message per frame
If you only send with
Trigger, the default value0is sent untilInhas changed at least once.
Input ports
| Port ID | Type |
|---|---|
In | float |
Trigger | trigger |
Output ports
None
Scriptable members
| Path | Type |
|---|---|
currentOSCAddress | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "OSCFloatOutput" }) 