diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-14 21:32:49 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-14 21:32:49 +0000 |
commit | 9ea4e9fc1b4775a0e6b1c387a2a0965686c1c20e (patch) | |
tree | 1e34e08655343287c27aed8ecfc1ff7a1f630191 /examples/list_change-help.pd | |
parent | 27e3734f86554c31a4593b998ca5312cf1b1af5b (diff) |
reorder tcl land into namespaces and streamline and standardize syntax
svn path=/trunk/externals/loaders/tclpd/; revision=15600
Diffstat (limited to 'examples/list_change-help.pd')
-rw-r--r-- | examples/list_change-help.pd | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/examples/list_change-help.pd b/examples/list_change-help.pd index 430b23d..3b3a8ba 100644 --- a/examples/list_change-help.pd +++ b/examples/list_change-help.pd @@ -1,21 +1,21 @@ -#N canvas 617 384 635 406 10; -#X obj 54 240 list_change; -#X text 144 236 right inlet sets internal value without output anything -; -#X obj 71 271 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 --1; -#X obj 54 309 print; -#X text 33 21 Outputs its input (a list) only when it changes. You -can set the current value using the right inlet \, or bang to force -output; -#X msg 117 201 list foo bar; -#X msg 69 140 list foo bar; -#X msg 77 163 list bar baz; -#X msg 54 104 bang; -#X text 98 103 output current value; -#X connect 0 0 2 0; -#X connect 0 0 3 0; -#X connect 5 0 0 1; -#X connect 6 0 0 0; -#X connect 7 0 0 0; -#X connect 8 0 0 0; +#N canvas 294 76 635 406 10;
+#X obj 54 240 list_change;
+#X text 144 236 right inlet sets internal value without output anything
+;
+#X obj 71 271 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 54 309 print;
+#X text 33 21 Outputs its input (a list) only when it changes. You
+can set the current value using the right inlet \, or bang to force
+output;
+#X msg 117 201 list foo bar;
+#X msg 69 140 list foo bar;
+#X msg 77 163 list bar baz;
+#X msg 54 104 bang;
+#X text 98 103 output current value;
+#X connect 0 0 2 0;
+#X connect 0 0 3 0;
+#X connect 5 0 0 1;
+#X connect 6 0 0 0;
+#X connect 7 0 0 0;
+#X connect 8 0 0 0;
|