From 26a28e681d7baa0b6e41e44deee9e1b9416c64b1 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 29 Oct 2009 02:00:13 +0000 Subject: Added a few help files for cyclone svn path=/trunk/externals/miXed/; revision=12694 --- doc/help/cyclone/poltocar~-help.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/help/cyclone/poltocar~-help.pd (limited to 'doc/help/cyclone/poltocar~-help.pd') diff --git a/doc/help/cyclone/poltocar~-help.pd b/doc/help/cyclone/poltocar~-help.pd new file mode 100644 index 0000000..54747ab --- /dev/null +++ b/doc/help/cyclone/poltocar~-help.pd @@ -0,0 +1,16 @@ +#N canvas 1382 212 440 290 10; +#X text 15 35 Polar to cartesian coordinate conversion.; +#X text 113 151 phase (in 271 radians); +#X obj 64 234 ifft~ 256 256 0; +#X obj 64 210 poltocar~; +#X obj 64 135 cartopol~; +#X obj 64 112 fft~ 256 256 0; +#X text 44 151 amp.; +#X text 61 77 Here's how to connect it to an fft~:; +#X text 115 177 <- do some spectral processing here; +#X connect 3 0 2 0; +#X connect 3 1 2 1; +#X connect 4 0 3 0; +#X connect 4 1 3 1; +#X connect 5 0 4 0; +#X connect 5 1 4 1; -- cgit v1.2.1