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/sendmany.pd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/sendmany.pd') diff --git a/core/sendmany.pd b/core/sendmany.pd index 04f0d90..03890d0 100644 --- a/core/sendmany.pd +++ b/core/sendmany.pd @@ -1,4 +1,5 @@ -#N canvas 701 45 161 397 10; +#N canvas 701 45 196 403 10; +#X declare -lib list-abs; #X obj 32 365 s; #X obj 26 48 t b a; #X obj 32 160 list; @@ -7,6 +8,7 @@ #X obj 77 209 list; #X obj 26 16 inlet; #X obj 98 161 inlet; +#X obj 76 49 import list-abs; #X connect 1 0 5 0; #X connect 1 1 2 1; #X connect 2 0 0 0; -- cgit v1.2.1