aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/midiparse-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 21:12:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 21:12:09 +0000
commit4c775629ea1964da725b6f0cd3d0d0b013aee045 (patch)
treeb8a3d6ffd703d9d4bd320782f0e63555e4819ed3 /doc/help/cyclone/midiparse-help.pd
parent90485b96be50e6ee811f3ba3c16e2369a2e8b6cd (diff)
renamed help patches to follow the standard file naming scheme
svn path=/trunk/externals/miXed/; revision=7539
Diffstat (limited to 'doc/help/cyclone/midiparse-help.pd')
-rw-r--r--doc/help/cyclone/midiparse-help.pd77
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/help/cyclone/midiparse-help.pd b/doc/help/cyclone/midiparse-help.pd
new file mode 100644
index 0000000..e93bbe9
--- /dev/null
+++ b/doc/help/cyclone/midiparse-help.pd
@@ -0,0 +1,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 text 5 5 ;
+#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;