diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:45:47 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:45:47 +0000 |
commit | 54907279674d943141b30047aee4286eae6dc44f (patch) | |
tree | 85a84048c545ee4b970f9e37e1d6c40a000f0e36 /puremapping/tolist.pd | |
parent | 1ca69543008e110771786f674ca83ee2dd5453b4 (diff) |
removing stuff that are now in externals
svn path=/trunk/abstractions/nusmuk/; revision=14402
Diffstat (limited to 'puremapping/tolist.pd')
-rw-r--r-- | puremapping/tolist.pd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/puremapping/tolist.pd b/puremapping/tolist.pd deleted file mode 100644 index 39bfee6..0000000 --- a/puremapping/tolist.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 229 119 293 284 10; -#X obj 90 40 inlet; -#X obj 169 40 inlet; -#X obj 67 215 outlet; -#X obj 90 150 list; -#X obj 67 171 list; -#X obj 90 127 list prepend; -#X connect 0 0 5 0; -#X connect 1 0 5 1; -#X connect 1 0 4 0; -#X connect 3 0 4 1; -#X connect 3 0 5 1; -#X connect 4 0 2 0; -#X connect 5 0 3 0; |