aboutsummaryrefslogtreecommitdiff
path: root/core/list-split-at.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
commit735ed9822b4aa58fefac8a179d49cb09f93f8831 (patch)
tree65f8aa13dd471fe764bc78801c2484b43de72bd7 /core/list-split-at.pd
parent2e07534a6518180458b9c3ce4e48a5dbd294f25c (diff)
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
Diffstat (limited to 'core/list-split-at.pd')
-rw-r--r--core/list-split-at.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/list-split-at.pd b/core/list-split-at.pd
index 63d3fc7..e71ded5 100644
--- a/core/list-split-at.pd
+++ b/core/list-split-at.pd
@@ -1,4 +1,5 @@
-#N canvas 741 479 156 229 10;
+#N canvas 741 479 192 221 10;
+#X declare -lib list-abs;
#X obj 25 47 list-drip;
#X obj 50 130 list-extend;
#X obj 25 160 list;
@@ -10,6 +11,7 @@
#X obj 25 25 t a b;
#X obj 76 159 t b b;
#X obj 76 182 outlet;
+#X obj 85 14 import list-abs;
#X connect 0 0 4 0;
#X connect 0 1 9 0;
#X connect 1 0 2 1;