aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/value-help.pd
blob: 66c457a33084df470b13c515822c3eee341903e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#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;