From 44f29524444a96d9e40a76f48750f17e2fdc2974 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sun, 2 Oct 2011 16:42:06 +0000 Subject: reorganize tree following template structure svn path=/trunk/externals/loaders/tclpd/; revision=15443 --- examples/list_change-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/list_change-help.pd (limited to 'examples/list_change-help.pd') diff --git a/examples/list_change-help.pd b/examples/list_change-help.pd new file mode 100644 index 0000000..430b23d --- /dev/null +++ b/examples/list_change-help.pd @@ -0,0 +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; -- cgit v1.2.1