aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/tanh-help.pd
blob: ef13610ebdee76948d66fdb72fb8a20b5e77307e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#N canvas 499 79 558 409 10;
#X obj 0 381 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 237 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 590 191 368 226 META 0;
#X text 0 20 LICENSE SIBSD;
#X text 0 100 LIBRARY cyclone;
#X text 0 60 INLET_0 float bang;
#X text 0 80 OUTLET_0 float;
#X text 0 0 KEYWORDS tan tangent tanh hyperbolic;
#X text 0 40 DESCRIPTION takes hyperbolic tangent value of a float
;
#X text 0 120 VERSION 0.1-alpha57;
#X text 0 138 AUTHOR Krzysztof Czaja;
#X text 1 156 RELEASE_DATE 2002;
#X text 2 175 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 2 207 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 503 383 pd META;
#X obj 0 294 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 331 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 295 307 428 171 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X obj 4 72 cyclone/acosh~;
#X obj 5 25 cyclone/acos;
#X obj 104 72 cyclone/asinh~;
#X obj 105 48 cyclone/asin~;
#X obj 201 47 cyclone/atan~;
#X obj 201 72 cyclone/atanh~;
#X obj 4 119 cyclone/cosh~;
#X obj 4 96 cyclone/cosh;
#X obj 4 144 cyclone/cosx~;
#X obj 4 49 cyclone/acos~;
#X obj 105 26 cyclone/asin;
#X obj 105 96 cyclone/sinh;
#X obj 104 119 cyclone/sinh~;
#X obj 104 143 cyclone/sinx~;
#X obj 201 95 cyclone/tanh;
#X obj 202 118 cyclone/tanh~;
#X obj 201 142 cyclone/tanx~;
#X obj 306 24 cos~;
#X restore 203 383 pd Related_objects;
#X obj 75 247 cnv 17 3 34 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 75 303 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty tanh 3 12 0 18 -204280 -1 0;
#X text 108 246 float;
#X text 108 266 bang;
#X text 108 304 float;
#X text 91 346 1) float;
#X text 178 346 - optional initial value to compute;
#X obj 511 10 tanh;
#X text 11 25 calculate hyperbolic tangent function;
#X text 178 246 - the number to take tanh of;
#X text 178 266 - output tanh of argument;
#X text 178 304 - tanh of input;
#X floatatom 153 208 8 0 0 0 - - -;
#X obj 153 105 / 100;
#X floatatom 153 81 5 0 0 0 - - -;
#X floatatom 313 208 8 0 0 0 - - -;
#X msg 313 86 bang;
#X text 58 56 outputs the hyperbolic tangent value of input float value.
;
#X text 65 79 with input as;
#X text 64 93 float value;
#X text 380 72 with bang button and;
#X text 379 98 object;
#X text 379 84 argument inside tanh;
#X obj 313 154 cyclone/tanh 0.2;
#X obj 153 156 cyclone/tanh 0.2;
#X connect 20 0 31 0;
#X connect 21 0 20 0;
#X connect 23 0 30 0;
#X connect 30 0 22 0;
#X connect 31 0 19 0;