/usr/lib/pd/extra/hid/deg2hid-help.pd is in pd-hid 0.7-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 | #N canvas 0 31 483 323 10;
#X obj 5 2 cnv 15 450 20 empty empty deg2hid 2 11 1 18 -233017 -66577
0;
#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X text 254 269 released under the GNU GPL;
#X text 185 228 For more info:;
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 290 159 related objects:;
#X obj 323 184 hid/rad2hid;
#X floatatom 56 203 7 0 0 1 - - -;
#X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10
-262131 -1 -1 0 0;
#X floatatom 82 133 5 0 0 0 - - -;
#X text 26 34 This object converts numbers from the [hid] range (0
to 1) to radians (-pi to pi) with the 0's lining up in the same place.
;
#X obj 244 184 hid/hid2rad;
#X obj 402 184 hid/hid2deg;
#X obj 56 168 hid/deg2hid;
#N canvas 504 253 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL;
#X text 12 95 INLET_0 float;
#X text 12 115 OUTLET_0 float;
#X text 12 135 AUTHOR Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to
1) to radians (-pi to pi) with the 0's lining up in the same place.
;
#X text 12 5 KEYWORDS control conversion abstraction;
#X restore 427 293 pd META;
#X connect 8 0 13 0;
#X connect 9 0 13 0;
#X connect 13 0 7 0;
|