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/list-proc-insert.pd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/list-proc-insert.pd') diff --git a/core/list-proc-insert.pd b/core/list-proc-insert.pd index 89b2728..106bff6 100644 --- a/core/list-proc-insert.pd +++ b/core/list-proc-insert.pd @@ -1,4 +1,5 @@ #N canvas 433 22 275 240 10; +#X declare -lib list-abs; #X obj 35 34 inlet; #X obj 75 34 inlet; #X obj 35 147 list-insert \$1; @@ -6,6 +7,7 @@ #X obj 176 175 outlet; #X obj 178 39 inlet; #X obj 35 174 outlet; +#X obj 167 92 import list-abs; #X connect 0 0 3 0; #X connect 1 0 2 1; #X connect 2 0 6 0; -- cgit v1.2.1