OSCIntInput

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

Of the OSC messages received, it picks up only those whose address exactly matches the node’s string, and outputs to Int Output only when the first argument is of type int.

  • 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 (float, for example) are ignored. To receive float values, use OSCFloatInput

Input ports

None

Output ports

Port IDType
Int Outputint

Scriptable members

PathType
currentOSCAddressstring

Synapse Apps (scripting)

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

Pages linking here

Also referenced from