/usr/lib/pd/extra/moonlib/mknob-help.pd is in pd-moonlib 0.3.6-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 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 | #N canvas 1 82 669 272 10;
#X obj 0 0 cnv 8 100 60 empty empty mknob 20 20 1 18 -262144 -1109
0;
#X floatatom 55 149 5 0 0 0 - - -, f 5;
#X floatatom 55 68 5 0 0 0 - - -, f 5;
#X text 108 188 Just an adaptation of musil's slider.;
#X obj 142 204 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 5100 1;
#X text 106 204 See:;
#X msg 3 107 set \$1;
#X floatatom 183 141 5 0 0 0 - - -, f 5;
#X obj 183 122 r foo-snd;
#X floatatom 183 87 5 0 0 0 - - -, f 5;
#X obj 183 103 s foo-rcv;
#X text 135 12 gui-round-knob;
#X text 4 233 (c) moonix: Antoine Rousseau 2003;
#X obj 142 84 mknob 25 100 0 100 0 0 foo-snd foo-rcv empty -2 -6 0
8 -225271 -1 -1 0 1;
#X obj 55 85 mknob 30 100 0 127 0 0 empty empty empty -2 -6 0 8 -241291
-24198 -1 9900 1;
#X obj 55 126 mknob 15 100 127 0 0 0 empty empty empty -2 -6 0 8 -258699
-24198 -1 0 1;
#X text 306 40 "mouse" parameter sets mouse;
#X text 309 50 excursion for full range.;
#X text 309 62 Set it with "size" parameter:;
#X obj 398 201 mknob 25 0 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 1078 1;
#X msg 369 96 size 25 300;
#X msg 398 119 size 25 10;
#X text 452 96 low sensibility;
#X text 474 120 high sens;
#X text 494 142 default;
#X msg 413 141 size 25 100;
#X text 497 164 angular control;
#X msg 427 165 size 25 0;
#X text 518 187 full angular control;
#X msg 443 188 size 25 -1;
#N canvas 512 232 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Antoine Rousseau;
#X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION round gui knob;
#X text 12 5 KEYWORDS control GUI;
#X text 12 65 INLET_0 float size;
#X text 12 85 OUTLET_0 float;
#X restore 616 239 pd META;
#X text 120 41 click properties to;
#X text 108 52 modify geometry \, colors \, etc.;
#X connect 2 0 14 0;
#X connect 6 0 14 0;
#X connect 8 0 7 0;
#X connect 9 0 10 0;
#X connect 14 0 15 0;
#X connect 15 0 6 0;
#X connect 15 0 1 0;
#X connect 20 0 19 0;
#X connect 21 0 19 0;
#X connect 25 0 19 0;
#X connect 27 0 19 0;
#X connect 29 0 19 0;
|