/usr/lib/pd/extra/rtc/between-variations-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 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | #N canvas 164 130 1035 596 10;
#X floatatom 97 163 5 0 0 0 - - -;
#X msg 97 105 bang;
#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 floatatom 312 165 5 0 0 0 - - -;
#X msg 312 107 bang;
#X floatatom 358 112 5 0 0 2 min - -;
#X floatatom 405 113 5 0 0 2 max - -;
#X floatatom 453 115 5 0 0 2 steps - -;
#X floatatom 546 145 5 0 0 0 - - -;
#X msg 546 90 bang;
#X floatatom 585 92 5 0 0 2 min - -;
#X floatatom 625 92 5 0 0 2 max - -;
#X floatatom 545 233 5 0 0 0 - - -;
#X msg 545 175 bang;
#X floatatom 591 180 5 0 0 2 min - -;
#X floatatom 638 181 5 0 0 2 max - -;
#X floatatom 546 321 5 0 0 0 - - -;
#X msg 546 263 bang;
#X floatatom 599 268 5 0 0 2 min - -;
#X floatatom 653 269 5 0 0 2 max - -;
#X floatatom 727 230 5 0 0 0 - - -;
#X msg 727 172 bang;
#X floatatom 773 177 5 0 0 2 min - -;
#X floatatom 820 178 5 0 0 2 max - -;
#X floatatom 728 318 5 0 0 0 - - -;
#X msg 728 260 bang;
#X floatatom 788 265 5 0 0 2 min - -;
#X floatatom 849 266 5 0 0 2 max - -;
#X text 537 22 between as default outputs integers only. Use "f" or
"float" as third argument to output floats \, use "i" or "int" to choose
ints.;
#X floatatom 572 473 5 0 0 0 - - -;
#X msg 572 415 bang;
#X floatatom 625 420 5 0 0 2 min - -;
#X floatatom 679 421 5 0 0 2 max - -;
#X floatatom 734 477 5 0 0 0 - - -;
#X msg 734 419 bang;
#X floatatom 780 418 5 0 0 2 min - -;
#X floatatom 827 417 5 0 0 2 max - -;
#X obj 546 118 between 0 10;
#X obj 728 291 between 0 10 float;
#X obj 546 294 between 0 10 int;
#X obj 545 206 between 0 10 i;
#X obj 727 203 between 0 10 f;
#X obj 734 450 between 1 10.5;
#X obj 572 446 between 0.1 10 f;
#X text 542 364 Any float-argument that is not equal to its int() value
will auto-select float-mode.;
#X floatatom 573 565 5 0 0 0 - - -;
#X msg 573 507 bang;
#X floatatom 626 512 5 0 0 2 min - -;
#X floatatom 680 513 5 0 0 2 max - -;
#X obj 573 538 between 0.1 10 i;
#X text 125 532 unless you explicitly call for ints with the third
argument:;
#X obj 312 138 between-log 0 90 10;
#X connect 1 0 5 0;
#X connect 2 0 5 1;
#X connect 3 0 5 2;
#X connect 4 0 5 3;
#X connect 5 0 0 0;
#X connect 7 0 54 0;
#X connect 8 0 54 1;
#X connect 9 0 54 2;
#X connect 10 0 54 3;
#X connect 12 0 40 0;
#X connect 13 0 40 1;
#X connect 14 0 40 2;
#X connect 16 0 43 0;
#X connect 17 0 43 1;
#X connect 18 0 43 2;
#X connect 20 0 42 0;
#X connect 21 0 42 1;
#X connect 22 0 42 2;
#X connect 24 0 44 0;
#X connect 25 0 44 1;
#X connect 26 0 44 2;
#X connect 28 0 41 0;
#X connect 29 0 41 1;
#X connect 30 0 41 2;
#X connect 33 0 46 0;
#X connect 34 0 46 1;
#X connect 35 0 46 2;
#X connect 37 0 45 0;
#X connect 38 0 45 1;
#X connect 39 0 45 2;
#X connect 40 0 11 0;
#X connect 41 0 27 0;
#X connect 42 0 19 0;
#X connect 43 0 15 0;
#X connect 44 0 23 0;
#X connect 45 0 36 0;
#X connect 46 0 32 0;
#X connect 49 0 52 0;
#X connect 50 0 52 1;
#X connect 51 0 52 2;
#X connect 52 0 48 0;
#X connect 54 0 6 0;
|