/usr/lib/pd/extra/moonlib/dinlet~-help.pd is in pd-moonlib 0.3.6-3.
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 | #N canvas 956 331 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 176 159 438 278 --- 0;
#X obj 107 165 outlet;
#X obj 195 166 outlet;
#X obj 108 43 dinlet~ 1;
#X obj 196 44 dinlet~ 2;
#X obj 28 165 outlet;
#X obj 29 43 inlet~;
#X obj 28 116 snapshot~;
#X obj 284 65 metro 300;
#X obj 284 41 loadbang;
#X obj 107 115 snapshot~;
#X obj 195 117 snapshot~;
#X connect 2 0 9 0;
#X connect 3 0 10 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
#X connect 7 0 6 0;
#X connect 7 0 9 0;
#X connect 7 0 10 0;
#X connect 8 0 7 0;
#X connect 9 0 0 0;
#X connect 10 0 1 0;
#X restore 112 100 pd ---;
#X floatatom 128 158 5 0 0 0 - - -, f 5;
#X floatatom 33 159 5 0 0 0 - - -, f 5;
#X floatatom 242 157 5 0 0 0 - - -, f 5;
#X obj 129 56 sig~ 5;
#X text 3 180 normal inlet~;
#X text 127 177 dinlet~ with;
#X text 126 192 default 1;
#X text 242 177 dinlet~ with;
#X text 241 192 default 2;
#X text 198 93 the subpatch inlets.;
#N canvas 380 146 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 85 AUTHOR Antoine Rousseau;
#X text 12 105 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS signal canvas_op;
#X text 12 45 DESCRIPTION signal inlet with a default value;
#X text 12 65 OUTLET_0 signal;
#X restore 363 247 pd META;
#X text 199 61 try connect and disconnect;
#X text 198 77 sig~ object to/from each of;
#X connect 3 0 5 0;
#X connect 3 1 4 0;
#X connect 3 2 6 0;
#X connect 7 0 3 2;
|