OSCFloatInput
Of the OSC messages received, it picks up only those whose address exactly matches the node’s string, and outputs to Float Output only when the first argument is of type float. No scaling or smoothing is applied at all (the received number comes out as-is).
- Enter the OSC address to watch in the node’s text field (prefix matching and wildcards do not work)
- The receive port is set in the application’s OSC settings (default 3170). If OSC input itself is off, nothing reaches this node
- Messages whose first argument is a different type (int, for example) are ignored. To receive int values, use OSCIntInput
Input ports
None
Output ports
| Port ID | Type |
|---|---|
Float Output | float |
Scriptable members
| Path | Type |
|---|---|
currentOSCAddress | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "OSCFloatInput" }) 

