/usr/lib/pd/extra/rtc/trans-log-help.pd is in pd-rtclib 4.1-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 | #N canvas 256 342 682 390 10;
#X floatatom 134 196 5 0 0 0 - - -;
#X obj 134 166 trans-log 500 2000 12;
#X text 61 31 Int in left inlet outputs the nth member of a logarithmical
transition between a start value and an end value in n steps \, whereas
"steps" is the number of row elements (between start and end value)
minus one.;
#X floatatom 276 137 0 0 0 2 steps - -;
#X floatatom 181 137 0 0 0 2 start - -;
#X floatatom 228 137 0 0 0 2 end - -;
#X floatatom 134 137 0 0 0 2 index - -;
#X connect 1 0 0 0;
#X connect 3 0 1 3;
#X connect 4 0 1 1;
#X connect 5 0 1 2;
#X connect 6 0 1 0;
|