/usr/lib/pd/extra/rtc/between-lin-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 17 | #N canvas 0 0 575 364 10;
#X floatatom 97 163 5 0 0 0 - - -;
#X msg 97 105 bang;
#X text 84 34 Bang (or any input) in left inlet outputs a random number
of a linear scale between min and max with a certain number of elements.
;
#X floatatom 143 110 5 0 0 2 min - -;
#X floatatom 190 111 5 0 0 2 max - -;
#X floatatom 238 113 5 0 0 2 steps - -;
#X obj 97 136 between-lin 0 90 10;
#X obj 175 247 between-variations-help;
#X text 100 248 Also see:;
#X connect 1 0 6 0;
#X connect 3 0 6 1;
#X connect 4 0 6 2;
#X connect 5 0 6 3;
#X connect 6 0 0 0;
|