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
14
15
#N canvas 575 259 450 300 10;
#X obj 110 19 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 138 18 loadbang;
#X obj 110 187 print;
#X obj 110 78 t b b b;
#X obj 157 110 f 10.5;
#X obj 110 148 f -6.5;
#X connect 0 0 3 0;
#X connect 1 0 3 0;
#X connect 3 0 5 0;
#X connect 3 1 4 0;
#X connect 3 2 5 0;
#X connect 4 0 5 1;
#X connect 5 0 2 0;