From 244e754145ae6b201cca6668c295ac026c23aa12 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 May 2009 18:21:47 +0000 Subject: - checked in Jonathan Wilkes' revised pd-msg patches directly from the "pd-msg update.rar" included in the patch #2790373. Its a big improvement, I especially like the "hi there" surprise! svn path=/trunk/; revision=11363 --- doc/additional/pd-msg/4.msg_from_tcl/recv.pd | 9 ++++++--- doc/additional/pd-msg/4.msg_from_tcl/test.pd | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'doc/additional/pd-msg/4.msg_from_tcl') diff --git a/doc/additional/pd-msg/4.msg_from_tcl/recv.pd b/doc/additional/pd-msg/4.msg_from_tcl/recv.pd index 554ab101..81910ba6 100644 --- a/doc/additional/pd-msg/4.msg_from_tcl/recv.pd +++ b/doc/additional/pd-msg/4.msg_from_tcl/recv.pd @@ -1,5 +1,8 @@ #N canvas 357 509 628 150 10; #X obj 453 26 netreceive 3006 0 old; -#X text 32 10 This patch is here to receive the commands sended by tcl scripts; -#X text 27 66 Execute the tcl files in 4.msg_from_tcl. (use wish83if your under Win xx); -#X text 25 92 Have a look to the TCL source to understand how does this work.; +#X text 27 66 Execute the tcl files in 4.msg_from_tcl. (use wish83if +your under Win xx); +#X text 32 10 This patch is here to receive the commands sent by tcl +scripts; +#X text 25 92 Have a look to the TCL source to understand how this +works.; diff --git a/doc/additional/pd-msg/4.msg_from_tcl/test.pd b/doc/additional/pd-msg/4.msg_from_tcl/test.pd index 0cf63b09..bba80296 100644 --- a/doc/additional/pd-msg/4.msg_from_tcl/test.pd +++ b/doc/additional/pd-msg/4.msg_from_tcl/test.pd @@ -1,9 +1,10 @@ #N canvas 357 509 468 150 10; -#X text 18 101 Have a look to the TCL source to understand how does this work.; #X text 32 10 This patch is here to test the 2.nogui script; #X obj 35 32 osc~ 440; #X obj 34 82 dac~; #X obj 35 56 /~ 50; -#X connect 2 0 4 0; -#X connect 4 0 3 0; -#X connect 4 0 3 1; +#X text 18 101 Have a look to the TCL source to understand how this +works.; +#X connect 1 0 3 0; +#X connect 3 0 2 0; +#X connect 3 0 2 1; -- cgit v1.2.1