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-dripx.pd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/list-dripx.pd') diff --git a/core/list-dripx.pd b/core/list-dripx.pd index cff4fe3..c3b6851 100644 --- a/core/list-dripx.pd +++ b/core/list-dripx.pd @@ -1,5 +1,6 @@ #N canvas 839 426 450 300 10; -#N canvas 0 22 701 318 drip 0; +#X declare -lib list-abs; +#N canvas 0 22 701 318 drip 1; #X obj 64 123 until; #X obj 64 181 list append; #X obj 194 206 bang; @@ -35,6 +36,7 @@ to its right inlet.; #X obj 133 212 outlet; #X obj 177 181 outlet; #X obj 172 90 inlet; +#X obj 238 123 import list-abs; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; -- cgit v1.2.1