This file is indexed.

/usr/lib/pd/extra/cyclone/average~-help.pd is in pd-cyclone 0.2~beta1-2.

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
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
#N canvas 522 80 569 531 10;
#X obj 0 602 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 1 295 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 638 422 399 237 META 0;
#X text 1 20 LICENSE SIBSD;
#X text 1 100 LIBRARY cyclone;
#X text 1 60 INLET_0 signal message float;
#X text 1 80 OUTLET_0 float;
#X text 1 40 DESCRIPTION reports various forms of average value of
signal;
#X text 1 0 KEYWORDS average mean audio signal;
#X text 0 119 VERSION 0.2-beta1;
#X text 0 137 AUTHOR Krzysztof Czaja;
#X text 1 155 RELEASE_DATE 2002;
#X text 2 174 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 2 206 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 500 605 pd META;
#X obj 1 406 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 1 467 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 1 521 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#N canvas 155 571 428 92 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X obj 6 29 cyclone/avg~;
#X restore 199 605 pd Related_objects;
#X obj 77 421 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 1 0 cnv 15 552 40 empty empty average~ 3 12 0 18 -204280 -1
0;
#X text 102 308 signal;
#X text 102 420 float;
#X text 90 537 RMS values are often used to measure signal levels.
The RMS mode of the average~ object is considerably more CPU intensive
than the absolute mode. The absolute mode often works as well as the
RMS mode in many level-detection tasks.;
#X text 12 23 reports various forms of average value of signal;
#X obj 165 73 cycle~ 2;
#X obj 148 48 cycle~ 100;
#X floatatom 311 111 0 0 0 0 - - -;
#X msg 354 73 rms;
#X msg 238 73 bipolar;
#X msg 294 73 absolute;
#X obj 149 99 *~;
#X floatatom 149 268 5 0 0 0 - - -, f 5;
#X text 102 329 message;
#X text 169 414 average~ reports the running mean amplitude of a signal
\, averaged over a specified number of samples. There are three methods
of averaging available:;
#X obj 495 2 average~;
#X text 89 479 1) float - sets maximum averaging interval. default
is 100 2) message - sets mode \, as shown above. default is bipolar.
;
#X obj 77 311 cnv 17 3 80 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 102 377 float;
#X obj 83 153 vsl 15 128 -1 1 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 0 1;
#X msg 343 137 500;
#X msg 375 137 1000;
#X msg 311 137 10;
#X obj 149 209 cyclone/average~ 1000;
#X obj 520 260 dspSwitch~;
#X text 169 328 - bipolar: -sets bipolar average mode.;
#X text 169 344 - absolute: -sets absolute average mode.;
#X text 169 359 - rms: -sets roor mean square (RMS) average mode.;
#X text 169 307 - the signal to average;
#X text 169 377 - the number of samples the average is applied to;
#N canvas 986 215 450 300 max-msp 0;
#X obj 104 161 cyclone/average~ 1000;
#X obj 104 186 sig~;
#X text 18 53 The Max/MSP average~ object has a signal outlet \, but
ad the dufference existed for twelve years \, I decided not to fix
it. Compatibility with existing Pd-patches is more considered important
than Max/MSP compatibility. The patch below makes average~ roughly
compatible.;
#X obj 0 0 cnv 15 552 40 empty empty empty 3 12 0 18 -204280 -1 0;
#X text 17 21 Max/MSP compatibility;
#X connect 0 0 1 0;
#X restore 401 215 pd max-msp compatibility;
#X connect 13 0 19 1;
#X connect 14 0 19 0;
#X connect 15 0 31 0;
#X connect 16 0 31 0;
#X connect 17 0 31 0;
#X connect 18 0 31 0;
#X connect 19 0 31 0;
#X connect 28 0 31 0;
#X connect 29 0 31 0;
#X connect 30 0 31 0;
#X connect 31 0 20 0;
#X connect 31 0 27 0;