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/avg~-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/avg~-help.pd')
-rw-r--r-- | doc/help/cyclone/avg~-help.pd | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/help/cyclone/avg~-help.pd b/doc/help/cyclone/avg~-help.pd index df88752..f15bbb3 100644 --- a/doc/help/cyclone/avg~-help.pd +++ b/doc/help/cyclone/avg~-help.pd @@ -1,5 +1,4 @@ -#N canvas 226 97 668 530 10; -#X declare -lib cyclone; +#N canvas 0 31 668 530 10; #X text 15 35 Compute the average value of a signal; #X floatatom 35 302 0 0 0 0 - - -; #X floatatom 254 194 0 0 0 0 - - -; @@ -18,17 +17,28 @@ amplitude of its input signal since it last received a bang. The mean amplitude is the sum of the absolute values of the input divided by the number of samples received.; -#X obj 450 39 import cyclone; #X obj 33 267 avg~; #X text 190 123 start metro to see averages; #X text 299 169 try different intervals to see the change in avg~ behavior ; +#N canvas 309 151 494 374 META 0; +#X text 12 155 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template.; +#X text 12 125 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 12 45 DESCRIPTION compute the average value of a signal; +#X text 12 5 KEYWORDS signal max_compatible conversion; +#X text 12 65 INLET_0 bang signal; +#X text 12 85 OUTLET_0 float; +#X text 12 25 LICENSE SIBSD; +#X text 12 105 AUTHOR Krzysztof Czaja; +#X restore 612 508 pd META; #X connect 1 0 3 0; #X connect 2 0 8 1; #X connect 3 0 4 0; #X connect 5 0 8 0; #X connect 6 0 2 0; #X connect 7 0 2 0; -#X connect 8 0 14 0; -#X connect 9 0 14 0; -#X connect 14 0 1 0; +#X connect 8 0 13 0; +#X connect 9 0 13 0; +#X connect 13 0 1 0; |