/usr/lib/pd/extra/mapping/gaussian-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 50 51 52 53 | #N canvas 1 53 618 523 10;
#X floatatom 184 227 5 0 0 0 - - -;
#X obj 91 289 tolist;
#X obj 92 321 multi_slider 100;
#X floatatom 137 227 5 0 0 0 - - -;
#X obj 91 256 gaussian 0.1 0.5;
#N canvas 573 129 450 300 generate 0;
#X obj 54 122 f;
#X obj 53 150 + 1;
#X obj 52 174 moses 100;
#X obj 58 213 t f f;
#X msg 52 89 -1;
#X obj 116 214 bang;
#X obj 86 244 / 100;
#X obj 72 62 loadbang;
#X obj 49 34 inlet;
#X obj 83 270 outlet;
#X obj 140 270 outlet;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 2 1 5 0;
#X connect 3 0 0 0;
#X connect 3 1 6 0;
#X connect 4 0 0 0;
#X connect 5 0 10 0;
#X connect 6 0 9 0;
#X connect 7 0 4 0;
#X connect 8 0 4 0;
#X restore 91 198 pd generate list;
#X obj 91 170 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 271 17 generate a gausian curve;
#X text 236 50 i nead to check the corect equation of this one.;
#N canvas 464 140 494 344 META 0;
#X text 12 165 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 85 INLET_1 float;
#X text 12 125 OUTLET_0 float;
#X text 12 145 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 65 INLET_0 float;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 45 DESCRIPTION generate a Gaussian curve;
#X text 12 105 INLET_2 float;
#X restore 556 491 pd META;
#X connect 0 0 4 2;
#X connect 1 0 2 0;
#X connect 3 0 4 1;
#X connect 4 0 1 0;
#X connect 5 0 4 0;
#X connect 5 1 1 1;
#X connect 6 0 5 0;
|