/usr/lib/pd/extra/cyclone/midiparse-help.pd is in pd-cyclone 0.1~alpha55-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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | #N canvas 85 129 854 461 10;
#X obj 44 24 midiformat;
#X text 143 26 de/construct midi messages;
#X obj 44 45 midiparse;
#X obj 47 284 midiformat 5;
#X text 142 285 arg is channelnumber;
#X msg 47 98 88 127;
#X obj 47 318 midiout;
#X msg 60 124 90 88;
#X text 108 126 aftertouch/pitch pairs make poly aftertouch messages
;
#X text 111 152 controller val/ controller nr make control messages
;
#X text 101 98 pitch/velocity pairs make noteon messages;
#X msg 73 152 70 7;
#X floatatom 86 180 5 0 0 0 - - -;
#X text 132 179 program change message;
#X floatatom 99 203 5 0 0 0 - - -;
#X text 144 201 aftertouch;
#X floatatom 112 229 5 0 0 0 - - -;
#X text 157 227 pitch bend;
#X floatatom 126 255 5 0 0 0 - - -;
#X text 171 254 channel number (wraps around like n%16);
#X obj 533 90 midiparse;
#X obj 533 63 midiin;
#X obj 533 340 unpack f f;
#X floatatom 533 370 5 0 0 0 - - -;
#X floatatom 598 370 5 0 0 0 - - -;
#X text 532 386 pitch;
#X text 597 387 velocity;
#X text 615 340 note on messages;
#X obj 542 271 unpack f f;
#X floatatom 542 301 5 0 0 0 - - -;
#X floatatom 607 301 5 0 0 0 - - -;
#X text 541 316 aftert;
#X text 607 318 pitch;
#X text 620 271 poly aftertouch messages;
#X obj 552 208 unpack f f;
#X floatatom 552 238 5 0 0 0 - - -;
#X floatatom 617 238 5 0 0 0 - - -;
#X text 551 253 value;
#X text 617 253 ctrl nr;
#X text 631 208 controller messages;
#X floatatom 562 184 5 0 0 0 - - -;
#X floatatom 571 162 5 0 0 0 - - -;
#X floatatom 581 139 5 0 0 0 - - -;
#X floatatom 591 116 5 0 0 0 - - -;
#X text 609 184 program change;
#X text 626 140 pitch bend;
#X text 616 164 aftertouch;
#X text 634 115 channel number;
#X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0;
#X text 42 414 docs based on the MAX/MSP reference (c) cycling'74
;
#X text 41 428 ___________________________________________________ ;
#X connect 3 0 6 0;
#X connect 5 0 3 0;
#X connect 7 0 3 1;
#X connect 11 0 3 2;
#X connect 12 0 3 3;
#X connect 14 0 3 4;
#X connect 16 0 3 5;
#X connect 18 0 3 6;
#X connect 20 0 22 0;
#X connect 20 1 28 0;
#X connect 20 2 34 0;
#X connect 20 3 40 0;
#X connect 20 4 41 0;
#X connect 20 5 42 0;
#X connect 20 6 43 0;
#X connect 21 0 20 0;
#X connect 22 0 23 0;
#X connect 22 1 24 0;
#X connect 28 0 29 0;
#X connect 28 1 30 0;
#X connect 34 0 35 0;
#X connect 34 1 36 0;
|