diff options
author | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-10-26 08:22:12 +0000 |
---|---|---|
committer | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-10-26 08:22:12 +0000 |
commit | 204cb1b74aeec62614a3de516ab67779618e9a36 (patch) | |
tree | b1d404adb3d313e3ed6a8410fbcf6b9f79faf83f /core/ds-first.pd | |
parent | 2ded32118bbf25d3bdaa95acded1fffe22be2329 (diff) |
continued reorg
svn path=/trunk/abstractions/sfruit/; revision=10349
Diffstat (limited to 'core/ds-first.pd')
-rw-r--r-- | core/ds-first.pd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/core/ds-first.pd b/core/ds-first.pd deleted file mode 100644 index 9f02641..0000000 --- a/core/ds-first.pd +++ /dev/null @@ -1,29 +0,0 @@ -#N canvas 540 376 450 300 10; -#X declare -lib list-abs; -#X obj 182 135 until; -#X msg 182 156 next; -#X obj 56 90 list append \$1; -#X obj 56 113 prepent traverse; -#X obj 56 53 loadbang; -#X obj 182 22 inlet; -#X obj 209 242 outlet; -#X obj 336 242 outlet; -#X obj 182 179 pointer \$2; -#X obj 182 206 t b a; -#X obj 182 52 t b b; -#X obj 297 50 t b b; -#X obj 289 17 import list-abs; -#X connect 0 0 1 0; -#X connect 1 0 8 0; -#X connect 2 0 3 0; -#X connect 3 0 8 0; -#X connect 4 0 2 0; -#X connect 5 0 10 0; -#X connect 8 0 9 0; -#X connect 8 2 11 0; -#X connect 9 0 11 0; -#X connect 9 1 6 0; -#X connect 10 0 0 0; -#X connect 10 1 2 0; -#X connect 11 0 7 0; -#X connect 11 1 0 1; |