aboutsummaryrefslogtreecommitdiff
path: root/abs
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-19 15:56:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-19 15:56:56 +0000
commit0bcda635cb0d2b90e6f7d1718486e9ffeb1d3a71 (patch)
treef5c8bb254c3700ba787540413884f43e30831a1a /abs
parent5e02a5596fc9af6903b1b7ba950d83eb7e11a711 (diff)
added an aliasing "system": only the master objects are kept in CVS;
aliases are copied (or linked) from the master objects svn path=/trunk/externals/zexy/; revision=7507
Diffstat (limited to 'abs')
-rw-r--r--abs/alias2
-rw-r--r--abs/any2list-help.pd24
-rw-r--r--abs/any2list.pd12
-rw-r--r--abs/list2int-help.pd18
-rw-r--r--abs/list2int.pd53
5 files changed, 73 insertions, 36 deletions
diff --git a/abs/alias b/abs/alias
new file mode 100644
index 0000000..92f4cf4
--- /dev/null
+++ b/abs/alias
@@ -0,0 +1,2 @@
+a2l any2list
+list2int l2i
diff --git a/abs/any2list-help.pd b/abs/any2list-help.pd
deleted file mode 100644
index c15f9d1..0000000
--- a/abs/any2list-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 a2l;
-#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 any2list;
-#X text 245 223 alias;
-#X obj 286 223 a2l;
-#X obj 35 256 any2list;
-#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
deleted file mode 100644
index a97966f..0000000
--- a/abs/any2list.pd
+++ /dev/null
@@ -1,12 +0,0 @@
-#N canvas 0 0 450 300 10;
-#X obj 74 50 inlet;
-#X obj 74 172 outlet;
-#X obj 74 107 route bang;
-#X obj 149 128 list;
-#X text 286 38 part of zexy;
-#X text 174 81 requires pd>=0.39;
-#X text 58 25 convert anything into lists;
-#X connect 0 0 2 0;
-#X connect 2 0 1 0;
-#X connect 2 1 3 0;
-#X connect 3 0 1 0;
diff --git a/abs/list2int-help.pd b/abs/list2int-help.pd
new file mode 100644
index 0000000..607183e
--- /dev/null
+++ b/abs/list2int-help.pd
@@ -0,0 +1,18 @@
+#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/list2int.pd b/abs/list2int.pd
new file mode 100644
index 0000000..33938d1
--- /dev/null
+++ b/abs/list2int.pd
@@ -0,0 +1,53 @@
+#N canvas 0 0 450 496 10;
+#X obj 94 139 inlet;
+#X obj 94 457 outlet;
+#X obj 94 245 repack 1;
+#X obj 163 245 length;
+#X obj 94 315 repack;
+#X obj 94 270 route float;
+#X obj 94 291 int;
+#X obj 94 223 t a a;
+#X text 30 24 (c) 2006 IOhannes m zmoelnig \, IEM;
+#X text 31 75 cast any float in a list to integer. leave the rest untouched.
+;
+#X obj 94 162 route list;
+#X obj 94 191 t a b;
+#X obj 169 190 t a b;
+#X obj 94 361 spigot 1;
+#X obj 172 360 spigot 0;
+#X obj 172 382 list trim;
+#X obj 94 340 t l l;
+#X obj 94 418 t a;
+#X obj 153 340 != 0;
+#X obj 231 340 == 0;
+#X obj 153 320 t f f;
+#X msg 153 298 1;
+#X msg 185 298 0;
+#X text 34 48 part of zexy;
+#X connect 0 0 10 0;
+#X connect 2 0 5 0;
+#X connect 3 0 4 1;
+#X connect 4 0 16 0;
+#X connect 5 0 6 0;
+#X connect 5 1 4 0;
+#X connect 6 0 4 0;
+#X connect 7 0 2 0;
+#X connect 7 1 3 0;
+#X connect 10 0 11 0;
+#X connect 10 1 12 0;
+#X connect 11 0 7 0;
+#X connect 11 1 21 0;
+#X connect 12 0 7 0;
+#X connect 12 1 22 0;
+#X connect 13 0 17 0;
+#X connect 14 0 15 0;
+#X connect 15 0 17 0;
+#X connect 16 0 13 0;
+#X connect 16 1 14 0;
+#X connect 17 0 1 0;
+#X connect 18 0 13 1;
+#X connect 19 0 14 1;
+#X connect 20 0 18 0;
+#X connect 20 1 19 0;
+#X connect 21 0 20 0;
+#X connect 22 0 20 0;