aboutsummaryrefslogtreecommitdiff
path: root/doc/additional/pd-msg/4.msg_from_tcl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/additional/pd-msg/4.msg_from_tcl')
-rw-r--r--doc/additional/pd-msg/4.msg_from_tcl/recv.pd9
-rw-r--r--doc/additional/pd-msg/4.msg_from_tcl/test.pd9
2 files changed, 11 insertions, 7 deletions
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;