From 735ed9822b4aa58fefac8a179d49cb09f93f8831 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Thu, 18 Sep 2008 10:01:28 +0000 Subject: added [saveclear] for clearing dynamically generated subpatches on save, [storebang] for making gui lists of values, and added [import] statements to all patches in senderfruit svn path=/trunk/abstractions/senderfruit/; revision=10297 --- core/ds-dump-only.pd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/ds-dump-only.pd') diff --git a/core/ds-dump-only.pd b/core/ds-dump-only.pd index b0edbc8..ce3a454 100644 --- a/core/ds-dump-only.pd +++ b/core/ds-dump-only.pd @@ -1,4 +1,5 @@ #N canvas 480 22 450 300 10; +#X declare -lib list-abs; #X obj 182 135 until; #X msg 182 156 next; #X obj 56 90 list append \$1; @@ -10,6 +11,7 @@ #X obj 317 40 t b b b; #X obj 242 242 outlet; #X obj 182 179 pointer \$2; +#X obj 318 18 import list-abs; #X connect 0 0 1 0; #X connect 1 0 10 0; #X connect 2 0 3 0; -- cgit v1.2.1