aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/cosh~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-12 01:50:32 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-12 01:50:32 +0000
commitc124775d7f4954e536c69414eb521a437ac02e94 (patch)
treee1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/cosh~-help.pd
parent9918f32477b29e35a8dcf8829b8972fd0d813e1c (diff)
added pd META subpatch, removed xbend-help.pd and xnote-help.pd since
they are not used svn path=/trunk/externals/miXed/; revision=14428
Diffstat (limited to 'doc/help/cyclone/cosh~-help.pd')
-rw-r--r--doc/help/cyclone/cosh~-help.pd23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/help/cyclone/cosh~-help.pd b/doc/help/cyclone/cosh~-help.pd
index 7a9ec2a..d50030d 100644
--- a/doc/help/cyclone/cosh~-help.pd
+++ b/doc/help/cyclone/cosh~-help.pd
@@ -1,5 +1,4 @@
-#N canvas 1394 305 683 382 10;
-#X declare -lib cyclone;
+#N canvas 0 26 536 355 10;
#X text 170 85 this is probably only useful for mathematical calculations
;
#X text 37 324 make a wave that looks like a wave!!;
@@ -10,12 +9,24 @@
#X text 15 35 Hyperbolic cosine function (cosh(x)) for signals;
#X obj 38 166 Scope~ 130 130 256 3 128 0 3.14159 0 0 0 0 102 255 51
135 135 135 0;
-#X obj 396 25 import cyclone;
#X obj 38 138 cosh~;
#X obj 122 109 loadbang;
+#N canvas 247 115 494 344 META 0;
+#X text 12 165 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
+Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
+#X text 12 135 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
+;
+#X text 12 5 KEYWORDS signal max_compatible;
+#X text 12 45 DESCRIPTION hyperbolic cosine function ( cosh(x) ) for
+signals;
+#X text 12 75 INLET_0 signal;
+#X text 12 95 OUTLET_0 signal;
+#X text 12 25 LICENSE SIBSD;
+#X text 12 115 AUTHOR Krzysztof Czaja;
+#X restore 486 333 pd META;
#X connect 2 0 7 0;
-#X connect 3 0 9 0;
+#X connect 3 0 8 0;
#X connect 4 0 3 0;
#X connect 5 0 4 0;
-#X connect 9 0 7 0;
-#X connect 10 0 2 0;
+#X connect 8 0 7 0;
+#X connect 9 0 2 0;