OSCroute

From Pdpedia

Jump to: navigation, search
OSCroute
{{{example_image}}}
caption
Description: routes OSC messages to different outlets
Abbreviation:  
Library: oscx
Author(s): Adrian Freed, Matt Wright
Developer(s):
Release version:
Release date: 2002
Status: dead
Dependencies:
License: Apache-like
Website: http://cnmat.cnmat.berkeley.edu/OpenSoundControl
Programming Language:
Platform(s): GNU/Linux, Mac OS X, Windows
Language: English
Data type(s):
Distribution(s): Template:oscx distributions


Contents

[edit] Inlets

OSCroute has one inlet for lists it receives from dumpOSC or from other OSCroute objects.

[edit] Outlets

Depending on the amount of supplied arguments OSCroute has one outlet for every path plus an additional one for messages that didn't match any path.

[edit] Arguments

You can supply up to 128 OSC paths.

[edit] Messages

None.

[edit] Example

[ dumpOSC 9002 ]
  |
[ OSCroute /foo /bar ]
  |        |        |
[print]  [print]  [OSCroute /channel]
                    |            |
                  [print]

The first OSCroute object routes paths '/foo' and '/bar' to print objects. The second OSCroute object routes the '/channel' path out of the remaining data.

[edit] See also

Personal tools
In other languages