aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/change.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
commit64fdb009695828b788fce074135b20a5e52c5fc4 (patch)
treea05144197dd339721b6d4a3a0927f7596e8872b6 /pd/doc/5.reference/change.pd
parenta30193fcd726552364de74984b200be2c30723e7 (diff)
imported version 0.37-0
svn path=/trunk/; revision=1016
Diffstat (limited to 'pd/doc/5.reference/change.pd')
-rw-r--r--pd/doc/5.reference/change.pd23
1 files changed, 0 insertions, 23 deletions
diff --git a/pd/doc/5.reference/change.pd b/pd/doc/5.reference/change.pd
deleted file mode 100644
index 74e16f6a..00000000
--- a/pd/doc/5.reference/change.pd
+++ /dev/null
@@ -1,23 +0,0 @@
-#N canvas 376 130 540 355 12;
-#X msg 67 124 bang;
-#X floatatom 67 266 0 0 0;
-#X floatatom 79 154 0 0 0;
-#X floatatom 104 182 0 0 0;
-#X text 284 309 updated for Pd version 0.27;
-#X text 173 239 creation argument initializes first value;
-#X obj 66 15 change;
-#X text 114 16 - ELIMINATE REDUNDANCY IN A NUMBER STEAM;
-#X text 12 42 The change object outputs its input only when it changes.
-You can "set" the current value \, or bang to force output.;
-#X obj 67 240 change 6.5;
-#X msg 105 211 set \$1;
-#X text 136 183 set the value;
-#X text 112 123 output current value;
-#X text 110 154 if different from current value \, output and set;
-#X obj 67 293 print;
-#X connect 0 0 9 0;
-#X connect 1 0 14 0;
-#X connect 2 0 9 0;
-#X connect 3 0 10 0;
-#X connect 9 0 1 0;
-#X connect 10 0 9 0;