aboutsummaryrefslogtreecommitdiff
path: root/doc/additional/pd-msg/2.msg_and_pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-13 08:53:08 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-13 08:53:08 +0000
commit59b6ed633cd63ec112f4367365ac14479a8e4120 (patch)
tree93246a8e380042152689005b2e50a542b03c5bd9 /doc/additional/pd-msg/2.msg_and_pd
parent02a5595973b61d2cf789b9074167ed73b928d157 (diff)
This commit was generated by cvs2svn to compensate for changes in r208,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=209
Diffstat (limited to 'doc/additional/pd-msg/2.msg_and_pd')
-rwxr-xr-xdoc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd15
-rwxr-xr-xdoc/additional/pd-msg/2.msg_and_pd/2.open_close.pd9
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd b/doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd
new file mode 100755
index 00000000..48ec9f24
--- /dev/null
+++ b/doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd
@@ -0,0 +1,15 @@
+#N canvas 312 164 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;
+#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 25 12 Here some message we can send to pd.;
+#X text 21 275 Quit pd (WARNNING);
+#X text 21 356 There are many more that i don't know :-(;
+#X connect 4 0 6 0;
+#X connect 6 0 5 0;
diff --git a/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd b/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd
new file mode 100755
index 00000000..6b0adabf
--- /dev/null
+++ b/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd
@@ -0,0 +1,9 @@
+#N canvas 189 280 494 273 10;
+#X text 10 4 open and close an abstraction;
+#X text 23 85 (you have to put a corect name & valid path);
+#X text 25 114 close;
+#X text 26 30 open;
+#X msg 25 50 \; pd open your_abs.pd ./your_path \;;
+#X msg 26 135 \; pd pd-your_abs.pd menuclose \;;
+#X text 23 171 (you have to put a corect name & valid path);
+#X text 64 197 Those last 2 tricks came from Miller \, but i didn't succed to make them work. hope somebody will be more lucky.;