/usr/lib/pd/extra/zexy/absgn~.pd is in pd-zexy 2.2.6-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 | #N canvas 0 0 482 310 10;
#X obj 30 88 inlet~;
#X obj 30 136 outlet~;
#X text 319 21 part of zexy;
#X obj 187 137 outlet~;
#X obj 31 113 abs~;
#X obj 187 113 sgn~;
#X text 36 44 [absgn~];
#X text 250 261 updated for zexy-2.1;
#X text 41 183 [absgn~] \, [abs~] and [sgn~] are provided both as externals
(fast!) and abstractions (slow!!) \; if you are using this abstraction
of [absgn~] \, chances are high \, that [abs~] and [sgn~] are abstractions
too.;
#X connect 0 0 4 0;
#X connect 0 0 5 0;
#X connect 4 0 1 0;
#X connect 5 0 3 0;
|