diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
commit | c124775d7f4954e536c69414eb521a437ac02e94 (patch) | |
tree | e1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/onepole~-help.pd | |
parent | 9918f32477b29e35a8dcf8829b8972fd0d813e1c (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/onepole~-help.pd')
-rw-r--r-- | doc/help/cyclone/onepole~-help.pd | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/help/cyclone/onepole~-help.pd b/doc/help/cyclone/onepole~-help.pd index 23ada04..25e11c2 100644 --- a/doc/help/cyclone/onepole~-help.pd +++ b/doc/help/cyclone/onepole~-help.pd @@ -1,5 +1,4 @@ -#N canvas 1172 268 591 353 10; -#X declare -lib cyclone; +#N canvas 0 26 525 335 10; #X text 37 24 single-pole lowpass filter; #X text 56 272 onepole's advantages are efficiency and simplicity. it works well as a pre- or post-processing stage for other treatments @@ -13,8 +12,20 @@ generates a single-pole lowpass filter with a 6dB/octave attenuation. ; #X text 65 66 out = prev + k * (in - prev); #X text 38 50 onepole~ implements the minimal filter equation:; -#X obj 427 24 import cyclone; #X text 189 220 inlet 2: float or signal sets cutoff frequency (Hz) ; #X obj 89 221 onepole~ 300; #X text 187 236 argument initializes frequency; +#N canvas 247 115 494 398 META 0; +#X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template.; +#X text 12 145 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 12 5 KEYWORDS signal filter max_compatible; +#X text 12 45 DESCRIPTION single-pole lowpass filter; +#X text 12 65 INLET_0 signal; +#X text 12 85 INLET_1 signal; +#X text 12 105 OUTLET_0 signal; +#X text 12 25 LICENSE SIBSD; +#X text 12 125 AUTHOR Krzysztof Czaja; +#X restore 475 313 pd META; |