Network:UnpackOSC

Last updated 5 August 2026

Network:UnpackOSC (deprecated) decodes an OSC message into typed outputs.

When a message arrives (or on Emit, re-using the last one) and its address

matches the Domain, each argument is emitted on the output defined by Tags.

Replaced by the OSCDecode node.

Pin Info

Input 1: Emit [Bang]

Input 1: OSC message [String]

Input 2: Domain [String]

Input 3: Tags [String]

1-Emit[Bang]: Re-emits the outputs from the last received message.

1-OSC message[String]: The OSC packet to decode.

2-Domain[String]: Only messages addressed to this domain are decoded.

3-Tags[String]: Type-tag string; one typed output is added per character.

Output 1: F [Float]

1-F[Float]: One typed output per Tags character (named I/F/S:i=Int, f=Float, s=String); emits that OSC argument.

Node Parameters

Domain: Only messages addressed to this OSC address are decoded.

Tags: Type-tag string (i=int, f=float, s=string); adds one typed output per character.

Expand:

None