aboutsummaryrefslogtreecommitdiff
path: root/text-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-27 06:05:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-27 06:05:48 +0000
commit135a99417a1a8a100630bd349bd245df3fc5220d (patch)
tree3328696a69a38d34dfee704e2ebf4a4257fe604c /text-help.pd
parent8442ea537dd898f0328ecd03ef396571a1a68d56 (diff)
- created text_binbuf to store the text when the text widget doesn't exist so
that loadbanging [set( messages can work. The same logic needs to be applied to the options messages too... svn path=/trunk/externals/tkwidgets/; revision=9052
Diffstat (limited to 'text-help.pd')
-rw-r--r--text-help.pd6
1 files changed, 4 insertions, 2 deletions
diff --git a/text-help.pd b/text-help.pd
index c26f022..b8d2221 100644
--- a/text-help.pd
+++ b/text-help.pd
@@ -1,9 +1,9 @@
-#N canvas 343 45 785 704 10;
+#N canvas 245 42 785 704 10;
#X obj 52 -43 text 130 60 0;
#X obj 53 -193 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 12 65 print;
-#X msg 89 -178 clear;
+#X msg 78 -197 clear;
#X msg 107 -157 set one two three four five six;
#X obj 36 142 text 130 60 0;
#X obj 231 3 select return;
@@ -172,6 +172,7 @@ of the character:;
#X connect 12 0 0 0;
#X connect 14 0 0 0;
#X restore 199 -200 pd adding with the key message;
+#X obj 107 -177 loadbang;
#X connect 0 0 2 0;
#X connect 0 0 7 0;
#X connect 0 1 6 0;
@@ -244,3 +245,4 @@ of the character:;
#X connect 91 0 88 0;
#X connect 92 0 88 0;
#X connect 93 0 88 0;
+#X connect 95 0 4 0;