aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/07.storage_objects.pd
blob: 38d068540e7e5cc34fa531198c797320ec3dc504 (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
31
32
33
34
35
36
37
38
39
40
41
42
#N canvas 315 88 628 510 12;
#X obj 179 89 symbol;
#X obj 120 89 bang;
#X obj 360 89 f;
#X obj 265 89 float;
#X text 325 89 aka;
#X text 98 58 A storage object stores a value.;
#X text 36 384 If a storage object receives a value on the left inlet
\, then it outputs that value immediately in addition to storing it.
;
#X text 35 254 If a storage object receives a value on the right inlet
\, then it stores that value.;
#X text 28 123 If you bang the left inlet of a storage object \, it
outputs its stored value.;
#X obj 187 165 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 187 188 float;
#X obj 176 297 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 190 328 float;
#X msg 203 297 123;
#X obj 190 451 float;
#X msg 236 425 123;
#X msg 190 426 432;
#X obj 169 427 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 245 296 321;
#X floatatom 190 352 5 0 0 0 - - -;
#X floatatom 187 217 5 0 0 0 - - -;
#X floatatom 190 480 5 0 0 0 - - -;
#X obj 12 13 cnv 15 400 40 empty empty storage_objects 20 12 0 24 -228992
-66577 0;
#X connect 9 0 10 0;
#X connect 10 0 20 0;
#X connect 11 0 12 0;
#X connect 12 0 19 0;
#X connect 13 0 12 1;
#X connect 14 0 21 0;
#X connect 15 0 14 1;
#X connect 16 0 14 0;
#X connect 17 0 14 0;
#X connect 18 0 12 1;