/usr/lib/pd/extra/moonlib/dinlet~-help.pd is in pd-moonlib 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 | #N canvas 196 161 422 282 10;
#X text 6 248 (c) Antoine Rousseau 2001;
#X obj 9 5 dinlet~;
#X text 66 6 A signal inlet with a default value.;
#N canvas 178 154 300 161 --- 0;
#X obj 108 70 unsig~ 50;
#X obj 108 96 outlet;
#X obj 196 71 unsig~ 50;
#X obj 196 97 outlet;
#X obj 108 43 dinlet~ 1;
#X obj 196 44 dinlet~ 2;
#X obj 29 70 unsig~ 50;
#X obj 29 96 outlet;
#X obj 29 43 inlet~;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#X connect 4 0 0 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 8 0 6 0;
#X restore 112 100 pd ---;
#X floatatom 130 158 5 0 0;
#X floatatom 33 159 5 0 0;
#X floatatom 242 157 5 0 0;
#X obj 129 56 sig~ 5;
#X text 3 180 normal inlet~;
#X text 129 177 dinlet~ with;
#X text 128 192 default 1;
#X text 242 177 dinlet~ with;
#X text 241 192 default 2;
#X text 199 61 try connect and deconnect;
#X text 198 77 sig~ object to each of;
#X text 198 93 the subpatch inlets.;
#X connect 3 0 5 0;
#X connect 3 1 4 0;
#X connect 3 2 6 0;
#X connect 7 0 3 2;
|