From 54d61372a2c35f43df7ac398da1a5d7bd37da857 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Apr 2006 05:04:52 +0000 Subject: got the start of a good intro tutorial, but its lacking some good, simple exercises svn path=/trunk/; revision=4897 --- doc/tutorials/intro/10.storage_objects.pd | 56 ------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 doc/tutorials/intro/10.storage_objects.pd (limited to 'doc/tutorials/intro/10.storage_objects.pd') diff --git a/doc/tutorials/intro/10.storage_objects.pd b/doc/tutorials/intro/10.storage_objects.pd deleted file mode 100644 index d5ca3016..00000000 --- a/doc/tutorials/intro/10.storage_objects.pd +++ /dev/null @@ -1,56 +0,0 @@ -#N canvas 559 137 638 539 12; -#X obj 122 89 symbol; -#X obj 63 89 bang; -#X obj 303 89 f; -#X obj 208 89 float; -#X text 268 89 aka; -#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 170 334 float; -#X msg 195 302 123; -#X obj 124 478 float; -#X msg 170 452 123; -#X msg 124 453 432; -#X msg 237 301 321; -#X floatatom 170 358 5 0 0 0 - - -; -#X floatatom 185 228 5 0 0 0 - - -; -#X floatatom 124 507 5 0 0 0 - - -; -#X obj 12 13 cnv 15 400 40 empty empty storage_objects 20 12 0 24 -228992 --66577 0; -#X obj 185 199 float 5.5; -#X text 98 58 A storage object stores data.; -#X obj 362 89 list; -#X obj 299 198 symbol yoyo; -#X symbolatom 299 227 10 0 0 0 - - -; -#X msg 185 171 bang; -#X msg 299 170 bang; -#X msg 132 303 bang; -#X obj 320 329 symbol yoyo; -#X symbolatom 320 358 10 0 0 0 - - -; -#X msg 320 301 bang; -#X msg 70 453 bang; -#X msg 379 300 symbol one; -#X msg 492 300 symbol two; -#X obj 427 89 any; -#X obj 477 89 pointer; -#X connect 8 0 14 0; -#X connect 9 0 8 1; -#X connect 10 0 16 0; -#X connect 11 0 10 1; -#X connect 12 0 10 0; -#X connect 13 0 8 1; -#X connect 18 0 15 0; -#X connect 21 0 22 0; -#X connect 23 0 18 0; -#X connect 24 0 21 0; -#X connect 25 0 8 0; -#X connect 26 0 27 0; -#X connect 28 0 26 0; -#X connect 29 0 10 0; -#X connect 30 0 26 1; -#X connect 31 0 26 1; -- cgit v1.2.1