aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/value.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/value.pd')
-rw-r--r--pd/doc/5.reference/value.pd30
1 files changed, 0 insertions, 30 deletions
diff --git a/pd/doc/5.reference/value.pd b/pd/doc/5.reference/value.pd
deleted file mode 100644
index 66c457a3..00000000
--- a/pd/doc/5.reference/value.pd
+++ /dev/null
@@ -1,30 +0,0 @@
-#N canvas 257 45 500 281 12;
-#X text 290 257 updated for Pd version 0.32;
-#X floatatom 36 55 5 0 0;
-#X text 50 249 abbreviation:;
-#X text 79 10 -- nonlocal shared value (named variable);
-#X floatatom 36 130 5 0 0;
-#X msg 46 78 bang;
-#X obj 21 10 value;
-#X obj 36 105 value help-value1;
-#X obj 149 248 v;
-#X floatatom 163 55 5 0 0;
-#X floatatom 163 130 5 0 0;
-#X msg 173 78 bang;
-#X obj 163 105 value help-value1;
-#X floatatom 291 55 5 0 0;
-#X floatatom 291 130 5 0 0;
-#X msg 301 78 bang;
-#X obj 291 105 value help-value2;
-#X text 31 171 "Value" stores a numeric value which is shared between all values with the same name (which need not be in the same Pd window.);
-#X text 345 54 numbers set the value;
-#X text 349 77 bang retrieves it;
-#X connect 1 0 7 0;
-#X connect 5 0 7 0;
-#X connect 7 0 4 0;
-#X connect 9 0 12 0;
-#X connect 11 0 12 0;
-#X connect 12 0 10 0;
-#X connect 13 0 16 0;
-#X connect 15 0 16 0;
-#X connect 16 0 14 0;