aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/sigbinops-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-08-25 00:31:27 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-08-25 00:31:27 +0000
commit7d6affca746f49f5ffb2818b8a9ccf9d91388e8f (patch)
treec906633b5bb39eb9b566f5209b2b1eae28703878 /doc/pddp/sigbinops-help.pd
parent2f615ffbf13571a928856b8207d1ea215e857e3f (diff)
revised help docs that conform to the PDDP template
svn path=/trunk/; revision=13942
Diffstat (limited to 'doc/pddp/sigbinops-help.pd')
-rw-r--r--doc/pddp/sigbinops-help.pd121
1 files changed, 121 insertions, 0 deletions
diff --git a/doc/pddp/sigbinops-help.pd b/doc/pddp/sigbinops-help.pd
new file mode 100644
index 00000000..4649cdac
--- /dev/null
+++ b/doc/pddp/sigbinops-help.pd
@@ -0,0 +1,121 @@
+#N canvas 0 0 555 619 10;
+#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
+14 -228856 -66577 0;
+#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header (sigbinops) 3 12
+0 18 -204280 -1 0;
+#X obj -1 385 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+-228856 -1 0;
+#N canvas 46 242 494 344 META 0;
+#X text 12 105 PLATFORM windows macosx gnulinux;
+#X text 12 125 LIBRARY internal;
+#X text 12 165 WEBSITE http://crca.ucsd.edu/~msp/;
+#X text 12 65 LICENSE SIBSD;
+#X text 12 145 AUTHOR Miller Puckette;
+#X text 12 225 HELP_PATCH_AUTHORS Updated for Pd v0.41. Revised by
+Jonathan Wilkes to conform to the PDDP template for Pd version 0.42.
+;
+#X text 12 45 KEYWORDS signal;
+#X text 12 85 DESCRIPTION binary operators for signals;
+#X text 12 25 NAME +~ -~ *~ /~ max~ min~;
+#X text 12 5 GENRE help;
+#X text 12 185 RELEASE_DATE 1997;
+#X text 12 205 RELEASE_VERSION;
+#X restore 500 597 pd META;
+#X obj -1 465 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
+13 -228856 -1 0;
+#X obj -1 502 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
+0 13 -228856 -1 0;
+#X obj -1 566 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8
+12 0 13 -228856 -1 0;
+#N canvas 54 478 428 109 Related_objects 0;
+#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
+14 -204280 -1 0;
+#X text 8 2 (sigbinops) Related Objects;
+#X obj 22 43 log~;
+#X obj 62 43 exp~;
+#X obj 103 43 abs~;
+#X restore 102 598 pd Related_objects;
+#X obj 78 394 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#X obj 78 474 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#X obj 78 417 cnv 17 3 40 empty \$0-pddp.cnv.let.1 1 5 9 0 16 -228856
+-162280 0;
+#X obj 465 20 pddp/pddplink http://wiki.puredata.info/en/bag -text
+pdpedia: bag;
+#X text 11 23 binary operators for signals;
+#X obj 15 276 +~;
+#X obj 103 274 -~;
+#X obj 190 274 *~;
+#X obj 275 276 /~;
+#X obj 15 212 osc~ 440;
+#X obj 415 212 osc~ 675;
+#X msg 24 296 bang;
+#X obj 361 274 max~;
+#X obj 447 276 min~;
+#X msg 115 297 bang;
+#X msg 201 296 bang;
+#X msg 291 297 bang;
+#X msg 373 296 bang;
+#X msg 464 297 bang;
+#N canvas 0 0 450 300 (subpatch) 0;
+#X array \$0a 100 float 2;
+#X coords 0 1 99 -1 150 105 1;
+#X restore 15 73 graph;
+#X obj 344 3 +~;
+#X obj 379 3 -~;
+#X obj 412 3 *~;
+#X obj 446 3 /~;
+#X obj 479 3 max~;
+#X obj 513 3 min~;
+#X text 177 111 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 329 156 +~ 5;
+#X text 177 181 The right inlet takes audio signals or numbers depending
+on whether the argument is present or not.;
+#X text 98 393 signal;
+#X text 167 416 - an incoming signal;
+#X text 168 393 - an incoming signal;
+#X text 98 416 signal;
+#X text 98 473 signal;
+#X text 168 473 - the outgoing signal;
+#X text 80 521 1) float;
+#X text 168 521 - (optional) a float argument initializes the right
+inlet to a value \, and allows the right inlet to receive float messages.
+;
+#X text 98 431 float;
+#X text 167 431 - if an argument is provided \, the object's right
+inlet will accept floats instead of a signal.;
+#X obj 4 597 pddp/pddplink pddp/help.pd -text help;
+#X obj 455 51 pddp/dsp-reminder;
+#X obj 15 318 tabwrite~ \$0a;
+#X obj 103 318 tabwrite~ \$0a;
+#X obj 190 318 tabwrite~ \$0a;
+#X obj 275 318 tabwrite~ \$0a;
+#X obj 361 318 tabwrite~ \$0a;
+#X obj 447 318 tabwrite~ \$0a;
+#X connect 13 0 49 0;
+#X connect 14 0 50 0;
+#X connect 15 0 51 0;
+#X connect 16 0 52 0;
+#X connect 17 0 13 0;
+#X connect 17 0 14 0;
+#X connect 17 0 16 0;
+#X connect 17 0 15 0;
+#X connect 17 0 20 0;
+#X connect 17 0 21 0;
+#X connect 18 0 16 1;
+#X connect 18 0 15 1;
+#X connect 18 0 14 1;
+#X connect 18 0 13 1;
+#X connect 18 0 20 1;
+#X connect 18 0 21 1;
+#X connect 19 0 49 0;
+#X connect 20 0 53 0;
+#X connect 21 0 54 0;
+#X connect 22 0 50 0;
+#X connect 23 0 51 0;
+#X connect 24 0 52 0;
+#X connect 25 0 53 0;
+#X connect 26 0 54 0;