oscP5

by andreas schlegel. https://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