/usr/lib/pd/extra/motex/ln~-help.pd is in pd-motex 1.1.4-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 | #N canvas 277 128 450 300 10;
#X obj 145 100 ln~;
#X obj 158 126 ln~ -1;
#X text 23 4 ln~;
#X text 22 23 same as log~ however '-1' argument creates inverse;
#X obj 129 53 sig~ 22;
#X msg 47 94 bang;
#X obj 59 128 print~ log;
#X obj 43 165 print~ alog;
#X connect 0 0 1 0;
#X connect 0 0 6 0;
#X connect 1 0 7 0;
#X connect 4 0 0 0;
#X connect 5 0 6 0;
#X connect 5 0 7 0;
|