aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/cartopol~-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/cartopol~-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/cartopol~-help.pd')
-rw-r--r--doc/help/cyclone/cartopol~-help.pd23
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/help/cyclone/cartopol~-help.pd b/doc/help/cyclone/cartopol~-help.pd
index 6737c8b..0cb1655 100644
--- a/doc/help/cyclone/cartopol~-help.pd
+++ b/doc/help/cyclone/cartopol~-help.pd
@@ -1,10 +1,8 @@
-#N canvas 1197 272 782 300 10;
-#X declare -lib cyclone;
+#N canvas 0 26 472 281 10;
#X text 147 63 Polar to cartesian coordinate conversion.;
#X text 64 59 poltocar~;
#X text 15 35 Cartesian to polar coordinate conversion.;
#X text 92 106 Here's how to connect it to an fft~:;
-#X obj 655 22 import cyclone;
#X text 212 169 phase (in 271 radians);
#X obj 163 252 ifft~ 256 256 0;
#X obj 163 228 poltocar~;
@@ -12,9 +10,24 @@
#X obj 163 130 fft~ 256 256 0;
#X text 143 169 amp.;
#X text 214 195 <- do some spectral processing here;
+#N canvas 136 53 494 405 META 0;
+#X text 12 195 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
+Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
+#X text 12 165 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
+;
+#X text 12 5 KEYWORDS signal conversion max_compatible;
+#X text 12 45 DESCRIPTION cartesian to polar coordinate conversion
+;
+#X text 12 65 INLET_0 signal;
+#X text 12 85 INLET_1 signal;
+#X text 12 105 OUTLET_0 signal;
+#X text 12 125 OUTLET_1 signal;
+#X text 12 25 LICENSE SIBSD;
+#X text 12 145 AUTHOR Krzysztof Czaja;
+#X restore 422 259 pd META;
+#X connect 6 0 5 0;
+#X connect 6 1 5 1;
#X connect 7 0 6 0;
#X connect 7 1 6 1;
#X connect 8 0 7 0;
#X connect 8 1 7 1;
-#X connect 9 0 8 0;
-#X connect 9 1 8 1;