From 2a5f40bdf902380a531af8d91dc0cd206a1ee641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 28 Sep 2011 18:57:01 +0000 Subject: delete duplicate entries create symlinks svn path=/trunk/externals/zexy/; revision=15383 --- abs/a2l-help.pd | 24 ------------------------ abs/any2list.pd | 1 + abs/l2i.pd | 1 + abs/length-help.pd | 17 ----------------- abs/list2int-help.pd | 18 ------------------ abs/mavg-help.pd | 17 ----------------- abs/minmax-help.pd | 13 ------------- abs/repack-help.pd | 25 ------------------------- abs/sum-help.pd | 13 ------------- 9 files changed, 2 insertions(+), 127 deletions(-) delete mode 100644 abs/a2l-help.pd create mode 120000 abs/any2list.pd create mode 120000 abs/l2i.pd delete mode 100644 abs/length-help.pd delete mode 100644 abs/list2int-help.pd delete mode 100644 abs/mavg-help.pd delete mode 100644 abs/minmax-help.pd delete mode 100644 abs/repack-help.pd delete mode 100644 abs/sum-help.pd diff --git a/abs/a2l-help.pd b/abs/a2l-help.pd deleted file mode 100644 index ede04ea..0000000 --- a/abs/a2l-help.pd +++ /dev/null @@ -1,24 +0,0 @@ -#N canvas 319 129 450 458 10; -#X text 113 30 convert "anything" to lists; -#X text 116 56 pass through the rest; -#X floatatom 46 229 0 0 0 0 - - -; -#X symbolatom 46 203 0 0 0 0 - - -; -#X msg 46 162 this is anything; -#X msg 46 182 list this is a list; -#X obj 35 276 print any2list; -#X text 43 328 to make "anything"s out of lists \, try; -#X obj 299 369 route list; -#X msg 299 348 list this is a list; -#X obj 299 389 print l2a; -#X obj 48 30 a2l; -#X text 245 223 alias; -#X obj 286 223 any2list; -#X obj 35 256 a2l; -#X text 356 6 part of zexy; -#X connect 2 0 14 0; -#X connect 3 0 14 0; -#X connect 4 0 14 0; -#X connect 5 0 14 0; -#X connect 8 0 10 0; -#X connect 9 0 8 0; -#X connect 14 0 6 0; diff --git a/abs/any2list.pd b/abs/any2list.pd new file mode 120000 index 0000000..7932bc2 --- /dev/null +++ b/abs/any2list.pd @@ -0,0 +1 @@ +a2l.pd \ No newline at end of file diff --git a/abs/l2i.pd b/abs/l2i.pd new file mode 120000 index 0000000..9ef4004 --- /dev/null +++ b/abs/l2i.pd @@ -0,0 +1 @@ +list2int.pd \ No newline at end of file diff --git a/abs/length-help.pd b/abs/length-help.pd deleted file mode 100644 index e5ce4f0..0000000 --- a/abs/length-help.pd +++ /dev/null @@ -1,17 +0,0 @@ -#N canvas 231 541 421 294 10; -#X obj 77 40 length; -#X text 141 43 get the length of a list; -#X obj 72 186 length; -#X floatatom 72 206 4 0 0 0 - - -; -#X msg 72 109 list these are 4 elements; -#X msg 83 128 1 2 3; -#X msg 95 155 auralization by wave field synthesis; -#X msg 25 113 bang; -#X floatatom 14 146 4 0 0 0 - - -; -#X text 324 19 part of zexy; -#X connect 2 0 3 0; -#X connect 4 0 2 0; -#X connect 5 0 2 0; -#X connect 6 0 2 0; -#X connect 7 0 2 0; -#X connect 8 0 2 0; diff --git a/abs/list2int-help.pd b/abs/list2int-help.pd deleted file mode 100644 index 607183e..0000000 --- a/abs/list2int-help.pd +++ /dev/null @@ -1,18 +0,0 @@ -#N canvas 265 308 612 302 12; -#X obj 106 246 print; -#X msg 141 139 3.14159 2 hello 1; -#X msg 150 170 gosh 2.3 1; -#X obj 106 212 list2int; -#X text 145 23 list to integer; -#X text 98 49 cast all floats of a list to integers; -#X msg 106 110 1 2 -1.567 3 2; -#X text 238 110 list of floats; -#X text 304 139 list with symbols; -#X obj 412 248 l2i; -#X text 365 248 alias; -#X text 451 15 part of zexy; -#X text 248 169 not really a list; -#X connect 1 0 3 0; -#X connect 2 0 3 0; -#X connect 3 0 0 0; -#X connect 6 0 3 0; diff --git a/abs/mavg-help.pd b/abs/mavg-help.pd deleted file mode 100644 index 3d08d03..0000000 --- a/abs/mavg-help.pd +++ /dev/null @@ -1,17 +0,0 @@ -#N canvas 404 326 452 302 12; -#X obj 119 132 metro 100; -#X obj 119 155 random 10; -#X floatatom 119 235 4 0 0 0 - - -; -#X msg 120 107 1; -#X msg 153 108 0; -#X obj 119 202 mavg 4; -#X floatatom 220 181 4 0 0 0 - - -; -#X text 59 20 moving average filter; -#X text 261 181 samples to average; -#X text 277 47 part of zexy; -#X connect 0 0 1 0; -#X connect 1 0 5 0; -#X connect 3 0 0 0; -#X connect 4 0 0 0; -#X connect 5 0 2 0; -#X connect 6 0 5 1; diff --git a/abs/minmax-help.pd b/abs/minmax-help.pd deleted file mode 100644 index 676a5ba..0000000 --- a/abs/minmax-help.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 369 451 561 303 10; -#X obj 73 61 minmax; -#X text 127 60 get minimum and maximum of a (list of floats); -#X obj 45 152 minmax; -#X floatatom 45 184 4 0 0 0 - - -; -#X floatatom 76 184 4 0 0 0 - - -; -#X msg 45 112 10 2; -#X msg 80 129 1 2 3 4 9 6 -1 7; -#X text 352 14 part of zexy; -#X connect 2 0 3 0; -#X connect 2 1 4 0; -#X connect 5 0 2 0; -#X connect 6 0 2 0; diff --git a/abs/repack-help.pd b/abs/repack-help.pd deleted file mode 100644 index 49fb81b..0000000 --- a/abs/repack-help.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 364 364 739 549 10; -#X obj 78 35 repack; -#X obj 73 303 print; -#X floatatom 73 120 0 0 0 0 - - -; -#X msg 73 138 1 2 3 4 5 6 7 8 9 10; -#X obj 73 265 repack 7; -#X msg 73 157 hallo; -#X text 149 33 (re)packs (packages of) floats/symbols/pointers/anythings -to packages of a (given) size; -#X msg 120 187 bang; -#X floatatom 116 235 0 0 0 0 - - -; -#X text 172 236 set the package-size; -#X text 173 191 output the currently made package immediately; -#X obj 56 501 repack 1; -#X text 118 502 unfolds packages to atoms \; see also; -#X obj 337 503 drip; -#X text 72 407 creation:; -#X text 140 408 "repack " create packages of the length n; -#X text 582 11 part of zexy; -#X connect 2 0 4 0; -#X connect 3 0 4 0; -#X connect 4 0 1 0; -#X connect 5 0 4 0; -#X connect 7 0 4 0; -#X connect 8 0 4 1; diff --git a/abs/sum-help.pd b/abs/sum-help.pd deleted file mode 100644 index 1be9378..0000000 --- a/abs/sum-help.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 231 541 421 294 10; -#X floatatom 72 206 4 0 0 0 - - -; -#X text 324 19 part of zexy; -#X obj 72 186 sum; -#X obj 77 40 sum; -#X text 109 41 sum the elements of a list; -#X msg 72 79 1; -#X msg 83 108 1 2 3 4 5 6 7 8 9 10; -#X msg 93 141 1000 3 2 -100 2 12; -#X connect 2 0 0 0; -#X connect 5 0 2 0; -#X connect 6 0 2 0; -#X connect 7 0 2 0; -- cgit v1.2.1