aboutsummaryrefslogtreecommitdiff
path: root/sfruit/list-swap.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-11-20 11:22:18 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-11-20 11:22:18 +0000
commitbbc9144d848a76f48fcfa380584acf868c374e68 (patch)
treebb893cea9f84ab37a0bdef80426c5ced6f90a7ad /sfruit/list-swap.pd
parente64cc81fe00f214cd1d22c04cbe0028127b8914c (diff)
removed import/declare til it works
svn path=/trunk/abstractions/sfruit/; revision=10373
Diffstat (limited to 'sfruit/list-swap.pd')
-rw-r--r--sfruit/list-swap.pd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfruit/list-swap.pd b/sfruit/list-swap.pd
index 09add8a..0b2e13d 100644
--- a/sfruit/list-swap.pd
+++ b/sfruit/list-swap.pd
@@ -1,5 +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;
@@ -10,7 +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 obj 243 67 import-disabled list-abs;
#X connect 0 0 7 0;
#X connect 1 0 6 0;
#X connect 2 0 9 0;