/usr/lib/pd/extra/cyclone/cartopol~-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 | #N canvas 1197 272 782 300 10;
#X declare -lib cyclone;
#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~;
#X obj 163 153 cartopol~;
#X obj 163 130 fft~ 256 256 0;
#X text 143 169 amp.;
#X text 214 195 <- do some spectral processing here;
#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;
|