/usr/lib/pd/extra/rtc/note2pitch-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 | #N canvas 3 48 305 389 10;
#X msg 196 24 Harmony;
#X text 103 182 key number;
#X floatatom 48 154 0 0 0 0 - - -;
#X obj 48 210 note2pitch;
#X floatatom 48 182 0 0 0 0 - - -;
#X text 103 154 note;
#X msg 81 110 pitch2note;
#X text 16 110 see also:;
#X text 16 62 Outputs the pitch
class <integer> (i.e. a note without register information) of a note
(i.e. key number) <int>.;
#X text 16 30 note2pitch;
#X text 16 338 1994 by Karlheinz
Essl;
#X msg 48 299 D#;
#X obj 48 270 show-pitchclass;
#X floatatom 48 241 0 0 0 0 - - -;
#X text 75 300 pitch class name
;
#X text 103 242 pitch class;
#X connect 2 0 4 0;
#X connect 3 0 13 0;
#X connect 4 0 3 0;
#X connect 12 0 11 0;
#X connect 13 0 12 0;
|