From 7d6affca746f49f5ffb2818b8a9ccf9d91388e8f Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes Date: Wed, 25 Aug 2010 00:31:27 +0000 Subject: revised help docs that conform to the PDDP template svn path=/trunk/; revision=13942 --- doc/pddp/cos-help.pd | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/pddp/cos-help.pd (limited to 'doc/pddp/cos-help.pd') diff --git a/doc/pddp/cos-help.pd b/doc/pddp/cos-help.pd new file mode 100644 index 00000000..4765ae98 --- /dev/null +++ b/doc/pddp/cos-help.pd @@ -0,0 +1,97 @@ +#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 cos 3 12 0 18 -204280 +-1 0; +#X obj 0 437 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 +-228856 -1 0; +#N canvas 39 244 494 344 META 0; +#X text 12 105 PLATFORM windows macosx gnulinux; +#X text 12 165 LIBRARY internal; +#X text 12 205 WEBSITE http://crca.ucsd.edu/~msp/; +#X text 12 65 LICENSE SIBSD; +#X text 12 185 AUTHOR Miller Puckette; +#X text 12 265 HELP_PATCH_AUTHORS This document was updated for Pd +version 0.35 test 28 by Dave Sabine as part of a project called pddp +proposed by Krzysztof Czaja to build comprehensive documentation for +Pd. Jonathan Wilkes revised the patch to conform to the PDDP template +for Pd version 0.42.; +#X text 12 5 GENRE help; +#X text 12 45 KEYWORDS control trigonometry; +#X text 12 85 DESCRIPTION cosine function; +#X text 12 25 NAME cos; +#X text 12 125 INLET_0 float; +#X text 12 145 OUTLET_0 float; +#X text 12 225 RELEASE_DATE 1997; +#X text 12 245 RELEASE_VERSION; +#X restore 500 597 pd META; +#X obj 0 502 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 +13 -228856 -1 0; +#X obj 0 539 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 +0 13 -228856 -1 0; +#X obj 0 567 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 +0 13 -228856 -1 0; +#X text 98 543 (none); +#N canvas 46 479 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 obj 48 42 tan; +#X obj 75 42 atan; +#X obj 108 42 atan2; +#X obj 148 42 exp; +#X obj 176 42 log; +#X obj 203 42 abs; +#X obj 231 42 sqrt; +#X obj 266 42 pow; +#X obj 56 75 cos~; +#X obj 88 75 osc~; +#X obj 22 75 expr; +#X obj 22 42 sin; +#X text 7 1 [cos] Related Objects; +#X restore 102 598 pd Related_objects; +#X obj 78 446 cnv 17 3 45 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X text 98 445 float; +#X text 98 465 list; +#X text 98 510 float; +#X obj 78 511 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X floatatom 396 190 0 0 0 0 - - -; +#X floatatom 303 191 0 0 0 0 - - -; +#X obj 210 156 sin; +#X floatatom 87 111 0 0 0 0 - - -; +#X floatatom 210 190 0 0 0 0 - - -; +#X obj 87 151 * 6.28319; +#X obj 87 131 / 360; +#X obj 303 157 cos; +#X obj 396 156 tan; +#X text 150 151 2 x Pi; +#X floatatom 87 171 0 0 0 0 - - -; +#X text 150 171 Radian; +#X obj 87 191 s radians; +#X obj 210 130 r radians; +#X text 84 228 Trigonometry functions take input in Radians. To find +a radian \, simply divide a number by 360 (to make it a fraction of +a circle) and multiply it by 2(Pi) where Pi is equal to approximately +3.14159265.; +#X text 83 333 [tan] will produce a number which represents the tangent +of an angle.; +#X text 83 289 [sin] and [cos] will return numbers between -1 and 1: +the sine and cosine of a number repectively.; +#X obj 465 20 pddp/pddplink http://wiki.puredata.info/en/cos -text +pdpedia: cos; +#X obj 492 3 cos; +#X text 11 23 cosine function; +#X text 168 467 - a list will be truncated \, and the first element +will be used as input.; +#X obj 4 597 pddp/pddplink pddp/help.pd -text help; +#X connect 16 0 18 0; +#X connect 17 0 20 0; +#X connect 19 0 24 0; +#X connect 20 0 19 0; +#X connect 21 0 15 0; +#X connect 22 0 14 0; +#X connect 24 0 26 0; +#X connect 27 0 16 0; +#X connect 27 0 21 0; +#X connect 27 0 22 0; -- cgit v1.2.1