aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/sigbinops.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/sigbinops.pd')
-rw-r--r--pd/doc/5.reference/sigbinops.pd60
1 files changed, 0 insertions, 60 deletions
diff --git a/pd/doc/5.reference/sigbinops.pd b/pd/doc/5.reference/sigbinops.pd
deleted file mode 100644
index b461c846..00000000
--- a/pd/doc/5.reference/sigbinops.pd
+++ /dev/null
@@ -1,60 +0,0 @@
-#N canvas 18 67 1086 595 10;
-#X obj 8 251 +~;
-#X obj 115 249 -~;
-#X obj 222 249 *~;
-#X obj 327 251 /~;
-#X obj 38 17 +~;
-#X obj 73 17 -~;
-#X obj 106 16 *~;
-#X obj 140 16 /~;
-#X graph graph1 0 -1 100 1 678 446 1078 146;
-#X array array1 100 float;
-#X pop;
-#X obj 327 293 tabwrite~ array1;
-#X obj 8 293 tabwrite~ array1;
-#X obj 115 293 tabwrite~ array1;
-#X obj 222 293 tabwrite~ array1;
-#X text 266 14 -- operators on audio signals;
-#X obj 8 160 osc~ 440;
-#X obj 480 157 osc~ 675;
-#X msg 17 271 bang;
-#X obj 173 15 max~;
-#X obj 207 15 min~;
-#X text 487 458 modified for Pd version 0.27;
-#X obj 536 293 tabwrite~ array1;
-#X obj 431 293 tabwrite~ array1;
-#X obj 431 249 max~;
-#X obj 536 251 min~;
-#X msg 127 272 bang;
-#X msg 233 271 bang;
-#X msg 343 272 bang;
-#X msg 443 271 bang;
-#X msg 553 272 bang;
-#X text 52 332 The binary signal operators can be configured to combine two signals as above \, or \, if you give a numeric argument \, audio signals are combined with scalars:;
-#X obj 204 377 +~ 5;
-#X text 60 406 The right inlet takes audio signals or numbers depending on whether the argument is present or not.;
-#X msg 68 71 \; pd dsp 1;
-#X connect 0 0 10 0;
-#X connect 1 0 11 0;
-#X connect 2 0 12 0;
-#X connect 3 0 9 0;
-#X connect 14 0 0 0;
-#X connect 14 0 1 0;
-#X connect 14 0 3 0;
-#X connect 14 0 2 0;
-#X connect 14 0 22 0;
-#X connect 14 0 23 0;
-#X connect 15 0 3 1;
-#X connect 15 0 2 1;
-#X connect 15 0 1 1;
-#X connect 15 0 0 1;
-#X connect 15 0 22 1;
-#X connect 15 0 23 1;
-#X connect 16 0 10 0;
-#X connect 22 0 21 0;
-#X connect 23 0 20 0;
-#X connect 24 0 11 0;
-#X connect 25 0 12 0;
-#X connect 26 0 9 0;
-#X connect 27 0 21 0;
-#X connect 28 0 20 0;