From 59b6ed633cd63ec112f4367365ac14479a8e4120 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 13 Nov 2002 08:53:08 +0000 Subject: 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 --- doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd | 15 +++++++++++++++ doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100755 doc/additional/pd-msg/2.msg_and_pd/1.pd_basic.pd create mode 100755 doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd (limited to 'doc/additional/pd-msg/2.msg_and_pd') 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.; -- cgit v1.2.1