/usr/share/puredata/doc/2.control.examples/17.PART3.midi.pd is in puredata-doc 0.48.1-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 | #N canvas 47 52 517 445 12;
#X floatatom 108 90 0 0 0;
#X floatatom 72 90 0 0 0;
#X obj 36 62 notein;
#X floatatom 36 90 0 0 0;
#X floatatom 228 90 0 0 0;
#X floatatom 192 90 0 0 0;
#X floatatom 156 90 0 0 0;
#X obj 156 64 ctlin;
#X floatatom 329 90 0 0 0;
#X floatatom 283 90 0 0 0;
#X obj 283 63 bendin;
#X floatatom 329 128 0 0 0;
#X floatatom 285 128 0 0 0;
#X obj 285 157 bendout;
#X text 23 18 Pd offers input and output objects for MIDI:;
#X text 358 154 ... ad nauseam.;
#X text 254 417 updated for Pd version 0.34;
#X obj 39 321 midiout;
#X obj 244 368 sysexin;
#X msg 39 291 240 \, 45 \, 93 \, 3 \, 65 \, 1 \, 2 \, 3 \, 4 \, 247
;
#X text 32 252 You can format your own SYSEX messages as shown:;
#X text 28 366 and receive SYSEX via:;
#X connect 2 0 3 0;
#X connect 2 1 1 0;
#X connect 2 2 0 0;
#X connect 7 0 6 0;
#X connect 7 1 5 0;
#X connect 7 2 4 0;
#X connect 10 0 9 0;
#X connect 10 1 8 0;
#X connect 11 0 13 1;
#X connect 12 0 13 0;
#X connect 19 0 17 0;
|