Network:PackOSC

Last updated 5 August 2026

Network:PackOSC (deprecated) packs values into an OSC message. On Emit it

builds an OSC packet addressed to the Domain with one argument per Tags

character and emits it as a String. Replaced by the OSCEncodePack node.

Pin Info

Input 1: Emit [Bang]

Input 2: Domain [String]

Input 3: Tags [String]

Input 4: Float [Float]

1-Emit[Bang]: Builds and emits the OSC message.

2-Domain[String]: Sets the OSC address the message is sent to.

3-Tags[String]: Sets the type-tag string; one typed value inputis added per character.

4-Value[Int/Float/String]: One value input per Tags character(i=Int, f=Float, s=String), supplying that argument.

Output 1: OSC message [String]

1-OSC message[String]: The encoded OSC packet.

Node Parameters

Domain: The OSC address the message is addressed to.

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

Expand:

None