Transform Reference Guide |
|
User Guide | Transform Guide | OSW on the Web |
Route OSC messages to different outlets based on address.
OSCRoute address1 address2 ... addressn
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)