/usr/lib/pd/extra/zexy/pdf~-help.pd is in pd-zexy 2.2.5-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 | #N canvas 0 31 767 473 10;
#X obj 90 43 pdf~;
#X text 175 44 probability density function;
#X obj 14 166 osc~ 440;
#X msg 97 193 bang;
#X obj 14 387 tabwrite array99;
#X obj 14 303 pdf~ 128;
#X msg 96 246 clear;
#X msg 97 215 1;
#X msg 96 269 0;
#X text 146 260 clear the buffer;
#X text 140 203 send the pdf to the outlet;
#X obj 137 387 print;
#X text 90 302 creation argument : number of steps;
#X text 227 315 default is 64;
#N canvas 0 0 450 300 (subpatch) 0;
#X array array99 128 float 0;
#X coords 0 1 128 -1 400 300 1;
#X restore 338 111 graph;
#X text 532 42 part of zexy;
#N canvas 460 154 494 344 META 0;
#X text 12 125 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 OUTLET_0 list;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X text 12 5 KEYWORDS signal conversion;
#X text 12 45 DESCRIPTION probability density function;
#X text 12 65 INLET_0 signal bang float clear;
#X restore 711 445 pd META;
#X connect 2 0 5 0;
#X connect 3 0 5 0;
#X connect 5 0 4 0;
#X connect 5 0 11 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
|