install instructions
dependencies
first check the list of all required dependencies:"development/dependencies". most of them are packaged with you favorite linux distribution, with the possible exceptions of:
- portaudio v19, i'd also propose to get the recent svn checkout from
https://www.portaudio.com/repos/portaudio/branches/v19-devel. it needs to be compiled with the c++ bindings and installed.
compiling
to compile, run scons. to set the path to oscpack, type scons
usage
the current distribution of pnpd is separated into two packages, the interpreter of the dataflow messaging / the audio engine, that's written in c++, and the patch-generator npg, written in python. patches are defined in the patcher language, which are then converted into an xml file format, that the interpreter can load.
