OSCRoute [Help Patch]

Route OSC messages to different outlets based on address.

Syntax

OSCRoute address1 address2 ... addressn

Arguments

Inlets

Outlets

Comments

An outlet is created for each addressi. When an OSC is received via the inlet messageIn, its address is compared against the list of specified address. If it matches one of the address, a list containing the arguments of the message (i.e., all the list elements after the address) is sent via the corresponding outlet. If a message does not match any of the specified address, it is dropped. OSCRoute supports pattern-matched addresses, as defined in the OSC specification (see link below)

See Also

Route
OSCBundle
OSCDispatch
OpenSound Control support in OSW
The OpenSound Control home page