aboutsummaryrefslogtreecommitdiff
path: root/sfruit/list-proc-insert-help.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-proc-insert-help.pd
parente64cc81fe00f214cd1d22c04cbe0028127b8914c (diff)
removed import/declare til it works
svn path=/trunk/abstractions/sfruit/; revision=10373
Diffstat (limited to 'sfruit/list-proc-insert-help.pd')
-rw-r--r--sfruit/list-proc-insert-help.pd8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfruit/list-proc-insert-help.pd b/sfruit/list-proc-insert-help.pd
index 07d112f..e6f49e7 100644
--- a/sfruit/list-proc-insert-help.pd
+++ b/sfruit/list-proc-insert-help.pd
@@ -1,7 +1,7 @@
#N canvas 246 385 587 311 10;
-#X declare -lib list-abs;
-#X declare -lib list-abs;
-#X declare -lib list-abs;
+
+
+
#X obj 58 181 list-proc-insert;
#X msg 58 96 a b c d e f g;
#X obj 182 181 list-len;
@@ -38,7 +38,7 @@ to the original list.;
#X restore 310 185 pd how_to_append;
#X text 7 6 list-proc-insert: call user-defined process on incoming
list and insert result into original list at position POS.;
-#X obj 416 30 import list-abs;
+#X obj 416 30 import-disabled list-abs;
#X connect 0 0 5 0;
#X connect 0 1 2 0;
#X connect 1 0 0 0;