/usr/lib/pd/extra/mapping/gaussian-help.pd is in pd-mapping 0.2-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 | #N canvas 0 0 745 731 10;
#X floatatom 204 287 5 0 0 0 - - -;
#X obj 94 354 tolist;
#X obj 93 393 multi_slider 100;
#X floatatom 148 286 5 0 0 0 - - -;
#X obj 96 316 gaussian 0.1 0.5;
#N canvas 580 100 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 258 pd generate list;
#X obj 95 230 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 271 77 generate a gausian curve;
#X text 236 110 i nead to check the corect equation of this one.;
#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;
|