/usr/lib/pd/extra/mapping/smooth-help.pd is in pd-mapping 0.2.1-1.
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 | #N canvas 1 53 475 391 10;
#X obj 242 157 mapping/timeroll;
#X obj 20 157 mapping/timeroll;
#X obj 40 333 pddp/pddplink http://www.itl.nist.gov/div898/handbook/pmc/section4/pmc431.htm
;
#N canvas 0 22 450 300 get 0;
#X obj 115 19 inlet;
#X obj 125 250 outlet;
#X obj 108 100 cyclone/MouseState;
#X msg 108 73 poll;
#X obj 160 127 mapping/autoscale;
#X obj 160 152 mapping/reverse;
#X msg 144 73 nopoll;
#X obj 114 44 select 1;
#X connect 0 0 7 0;
#X connect 2 2 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 1 0;
#X connect 6 0 2 0;
#X connect 7 0 3 0;
#X connect 7 1 6 0;
#X restore 180 75 pd get mouse Y;
#X obj 180 53 tgl 15 0 empty empty empty 17 7 0 10 -204786 -1 -1 0
1;
#X text 22 309 (idea from Fredrik Olofsson);
#X obj 277 92 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262130
-1 -1 0 1;
#X floatatom 289 112 5 0 0 0 - - -;
#X text 23 14 Single Exponential Smoothing (ses);
#X obj 241 117 smooth;
#X text 329 114 (default: 0.15);
#N canvas 471 343 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 105 OUTLET_0 float;
#X text 12 65 INLET_0 float;
#X text 12 45 DESCRIPTION single exponential smoothing (ses);
#X text 12 85 INLET_1 float;
#X text 12 5 KEYWORDS control abstraction;
#X restore 419 364 pd META;
#X connect 3 0 1 0;
#X connect 3 0 9 0;
#X connect 4 0 3 0;
#X connect 6 0 7 0;
#X connect 6 0 9 1;
#X connect 9 0 0 0;
|