/usr/lib/pd/extra/cyclone/sinh~-help.pd is in pd-cyclone 0.1~alpha55-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | #N canvas 1340 279 613 343 10;
#X declare -lib cyclone;
#X text 268 91 this is probably only useful for mathematical calculations
;
#X obj 18 78 cycle~ 2;
#X msg 235 149 range -12 12;
#X obj 150 110 -~ 3.14159;
#X text 15 35 Hyperbolic sine function (sinh(x)) for signals;
#X obj 150 87 *~ 6.28319;
#X obj 150 65 phasor~ 2;
#X obj 18 109 *~ 3.14159;
#X obj 334 36 import cyclone;
#X obj 158 175 Scope~ 130 130 256 3 128 -12 12 0 0 0 0 102 255 51 135
135 135 0;
#X obj 18 175 Scope~ 130 130 256 3 128 -12 12 0 0 0 0 102 255 51 135
135 135 0;
#X obj 236 123 loadbang;
#X obj 149 140 sinh~;
#X obj 18 140 sinh~;
#X connect 1 0 7 0;
#X connect 2 0 9 0;
#X connect 2 0 10 0;
#X connect 3 0 12 0;
#X connect 5 0 3 0;
#X connect 6 0 5 0;
#X connect 7 0 13 0;
#X connect 11 0 2 0;
#X connect 12 0 9 0;
#X connect 13 0 10 0;
|