aboutsummaryrefslogtreecommitdiff
path: root/doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd
blob: 9d92d4e79c1c318339e49359934bbdc076fb93f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#N canvas 562 159 378 475 10;
#X text 20 51 turn DSP calculation off & on;
#X msg 98 94 \; pd dsp 0 \;;
#X msg 172 94 \; pd dsp 1 \;;
#X msg 24 301 \; pd quit \;;
#X floatatom 26 73 1 0 1 0 - - -;
#X obj 26 123 s pd;
#X msg 26 97 dsp \$1;
#X msg 25 218 \; pd audiostatus \;;
#X text 22 194 same as "DIO errors";
#X text 21 356 There are many more that i don't know :-(;
#X text 25 12 Here are some messages we can send to pd.;
#X text 21 275 Quit pd (WARNING);
#X connect 4 0 6 0;
#X connect 6 0 5 0;