aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-17 12:35:17 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-17 12:35:17 +0000
commit2e07534a6518180458b9c3ce4e48a5dbd294f25c (patch)
tree9d9fc5c8c338bc26af8df64dc94711c0721360dd
parent2eb7e0508a4231479df6011dcd61221199a8db82 (diff)
beginning to add import statements
svn path=/trunk/abstractions/senderfruit/; revision=10293
-rw-r--r--core/countseq.pd2
-rw-r--r--core/list-idx-list.pd4
2 files changed, 5 insertions, 1 deletions
diff --git a/core/countseq.pd b/core/countseq.pd
index 28dc23a..b5d32b5 100644
--- a/core/countseq.pd
+++ b/core/countseq.pd
@@ -1,4 +1,5 @@
#N canvas 974 303 373 390 10;
+#X declare -lib list-abs -lib iemlib;
#X obj 26 159 f;
#X obj 81 83 sel restart;
#X msg 81 108 0;
@@ -71,6 +72,7 @@
#X obj 139 228 list-apply - 1;
#X obj 80 63 list;
#X obj 28 32 route bang seek;
+#X obj 180 9 import list-abs iemlib;
#X connect 0 0 13 0;
#X connect 0 0 19 0;
#X connect 0 0 20 0;
diff --git a/core/list-idx-list.pd b/core/list-idx-list.pd
index 7fe4c15..9516905 100644
--- a/core/list-idx-list.pd
+++ b/core/list-idx-list.pd
@@ -1,4 +1,5 @@
-#N canvas 244 335 182 200 10;
+#N canvas 244 335 290 197 10;
+#X declare -lib list-abs -lib iemlib;
#X obj 39 131 list-idx;
#X obj 60 87 dollarg;
#X obj 39 109 list;
@@ -6,6 +7,7 @@
#X obj 39 23 inlet;
#X obj 39 44 t b a;
#X obj 39 156 outlet;
+#X obj 135 68 import list-abs iemlib;
#X connect 0 0 6 0;
#X connect 1 0 2 1;
#X connect 2 0 0 0;