purezen 0.0.2

Runtime for the Pure Data (Pd) audio programming language, implemented as an extensible audio library allowing full control over signal processing, message passing, and graph manipulation. Pure Data is a graph-based programming language environment creating interactive music and multimedia works.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#N canvas 214 189 450 300 10;
#X obj 44 17 loadbang;
#X obj 44 117 print;
#X msg 72 66 34;
#X msg 114 66 hello;
#X msg 169 65 12 4 87;
#X connect 0 0 1 0;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#X connect 0 0 4 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 4 0 1 0;