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-swap.pd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/list-swap.pd') diff --git a/core/list-swap.pd b/core/list-swap.pd index cdf573e..09add8a 100644 --- a/core/list-swap.pd +++ b/core/list-swap.pd @@ -1,4 +1,5 @@ #N canvas 514 190 357 287 10; +#X declare -lib list-abs; #X obj 101 25 inlet; #X obj 100 193 list-insert; #X obj 145 92 list; @@ -9,6 +10,7 @@ #X obj 101 53 t a b b a; #X obj 246 112 list length; #X obj 145 162 list-remove; +#X obj 243 67 import list-abs; #X connect 0 0 7 0; #X connect 1 0 6 0; #X connect 2 0 9 0; -- cgit v1.2.1