Package oscP5

oscP5

See:
          Description

Interface Summary
OscEventListener  
 

Class Summary
OscArgument an osc argument contains one value of values from a received osc message.
OscBundle Osc Bundles are collections of Osc Messages.
OscIn OscIn is deprecated.
OscMessage An OSC message consists of an OSC Address Pattern, an OSC Type Tag String and the OSC arguments.
OscNetManager  
OscP5 oscP5 is an osc implementation for the programming environment processing.
OscPacket  
OscPatcher  
OscPlug  
OscProperties osc properties are used to start oscP5 with more specific settings.
OscStatus  
 

Package oscP5 Description

oscP5

by andreas schlegel. http://www.sojamo.de/oscP5

oscP5 is an osc implementation for the programming environment processing. osc is the acronym for open sound control, a network protocol developed at cnmat, uc berkeley.
open sound control is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology and has been used in many application areas. for further specifications and application implementations please visit the official osc site

NOTE
if you already have been working with oscP5 in the past, please note that you will have to import netP5.*; in addition to import oscP5.*;

INSTALL
unzip and put the extracted oscP5 folder into the libraries folder of your current processing version. documentation and examples are also included in the oscP5 folder.

the oscP5 source is available at sourceforge sojamoP5 and via svn at sojamop5/src/oscP5.

examples



processing library oscP5 by Andreas Schlegel. (c) 2010