aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Pais <jmmmp@users.sourceforge.net>2009-02-21 15:16:58 +0000
committerJoão Pais <jmmmp@users.sourceforge.net>2009-02-21 15:16:58 +0000
commitbe3301097ab5a5cb3f203c84b97e513ad4f7f927 (patch)
tree3bcff9265bd6fdc54751802be990684a4fb455ed
parent96e64fe223012257c4a5ca5f4fd862d5f0d4f279 (diff)
svn path=/trunk/abstractions/jmmmp/; revision=10803
-rw-r--r--dacm~-help.pd23
-rw-r--r--dacm~.pd47
2 files changed, 34 insertions, 36 deletions
diff --git a/dacm~-help.pd b/dacm~-help.pd
index 09499b3..b234c64 100644
--- a/dacm~-help.pd
+++ b/dacm~-help.pd
@@ -1,19 +1,16 @@
-#N canvas 71 205 407 362 10;
-#X text 12 327 Released under the BSD License;
-#X text 12 277 Related objects: [maat~] [mat~] [dacm~];
+#N canvas 71 205 407 315 10;
+#X text 12 287 Released under the BSD License;
+#X text 12 237 Related objects: [maat~] [mat~] [dacm~];
#X text 11 8 [dacm~] - Mono dac~ for lazy people;
-#X text 220 155 Inlets;
-#X text 220 175 - Audio signal;
-#X text 220 205 Arguments;
-#X text 220 225 - Number of channels;
+#X text 220 115 Inlets;
+#X text 220 135 - Audio signal;
+#X text 220 165 Arguments;
+#X text 220 185 - Number of channels;
#X text 11 40 Connects the audio input to how many dac channels you
specify \, making a mono output.;
-#X obj 76 196 dacm~ 4;
+#X obj 76 156 dacm~ 4;
#X text 11 70 In case you don't give any arguments \, it assumes that
you work with 2 channels. So \, [dacm~] == [dacm~ 2].;
-#X text 11 100 Only inconvenient: if you use more than one object \,
-the console will report some "connection failed" messages. But everything
-will work.;
-#X text 12 307 (C) 2009 João Pais - jmmmpais@googlemail.com;
-#X text 28 171 look inside to make sure;
+#X text 12 267 (C) 2009 João Pais - jmmmpais@googlemail.com;
+#X text 28 131 look inside to make sure;
#X coords 0 0 1 1 31 130 0;
diff --git a/dacm~.pd b/dacm~.pd
index d537873..65a5df3 100644
--- a/dacm~.pd
+++ b/dacm~.pd
@@ -1,6 +1,5 @@
#N canvas 143 235 368 570 10;
#X obj 50 50 inlet~;
-#X obj 42 480 s pd-dacm~.pd;
#X obj 50 130 loadbang;
#X obj 50 170 moses 1;
#X msg 50 190 2;
@@ -10,7 +9,7 @@
#X obj 89 220 f;
#X obj 50 150 \$1;
#X obj 69 350 prepent;
-#X msg 138 310 obj 50 90 dac~;
+#X msg 128 310 obj 50 90 dac~;
#X obj 89 240 t f f b;
#X obj 42 380 list length;
#X obj 42 330 t l l;
@@ -48,24 +47,26 @@ in the documentation and/or other materials provided with the distribution.
#X text 220 75 - Audio signal;
#X text 220 105 Arguments;
#X text 220 125 - Number of channels;
-#X msg 42 440 connect 0 0 25 \$1;
-#X connect 2 0 9 0;
-#X connect 3 0 4 0;
-#X connect 3 1 8 0;
-#X connect 4 0 8 0;
-#X connect 5 0 14 0;
-#X connect 6 0 7 0;
-#X connect 7 0 5 0;
-#X connect 8 0 12 0;
-#X connect 9 0 3 0;
-#X connect 10 0 1 0;
-#X connect 11 0 10 1;
-#X connect 12 0 6 0;
-#X connect 12 1 5 1;
-#X connect 12 2 11 0;
-#X connect 13 0 15 0;
-#X connect 14 0 13 0;
-#X connect 14 1 10 0;
-#X connect 15 0 16 0;
-#X connect 16 0 24 0;
-#X connect 24 0 1 0;
+#X obj 112 480 namecanvas \$0-dacm;
+#X obj 42 480 s \$0-dacm;
+#X msg 42 440 connect 0 0 26 \$1;
+#X connect 1 0 8 0;
+#X connect 2 0 3 0;
+#X connect 2 1 7 0;
+#X connect 3 0 7 0;
+#X connect 4 0 13 0;
+#X connect 5 0 6 0;
+#X connect 6 0 4 0;
+#X connect 7 0 11 0;
+#X connect 8 0 2 0;
+#X connect 9 0 24 0;
+#X connect 10 0 9 1;
+#X connect 11 0 5 0;
+#X connect 11 1 4 1;
+#X connect 11 2 10 0;
+#X connect 12 0 14 0;
+#X connect 13 0 12 0;
+#X connect 13 1 9 0;
+#X connect 14 0 15 0;
+#X connect 15 0 25 0;
+#X connect 25 0 24 0;