From 061e4be1f20ac78e3b52bc6429322d5fadcf5831 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Apr 2005 00:25:05 +0000 Subject: cleaned up a number of patches; renamed all to the standard -help.pd format; added some more ideas to the style guide; finished up lists_vs_anythings svn path=/trunk/; revision=2841 --- doc/pddp/noteout-help.pd | 91 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/pddp/noteout-help.pd (limited to 'doc/pddp/noteout-help.pd') diff --git a/doc/pddp/noteout-help.pd b/doc/pddp/noteout-help.pd new file mode 100644 index 00000000..dea0ecf6 --- /dev/null +++ b/doc/pddp/noteout-help.pd @@ -0,0 +1,91 @@ +#N canvas 233 2 471 650 10; +#X obj 40 15 noteout; +#X obj 41 343 noteout; +#X obj 287 506 pddp_open all_about_midi_flags; +#X text 18 505 for an explanation of MIDI usage in Pd see:; +#X text 13 43 The [noteout] objects writes a note-on MIDI message to +the output port.; +#X text 13 79 inlets:; +#X text 65 106 list - 1st number is interpreted as MIDI note number +\,; +#X text 108 118 the second as velocity and the third (if present); +#X text 110 129 as channel number; +#X text 19 157 right:; +#X text 13 141 middle:; +#X text 66 141 int - velocity; +#X text 21 96 left:; +#X text 64 94 int - MIDI note number (0-127); +#X text 66 155 int - channel number; +#X text 6 175 outlets:; +#X text 65 175 none; +#X text 16 205 Arguments:; +#X text 21 228 MIDI channel number to which a note-on message is to +be sent. If no argument is provided [noteout] transmits on channel +1 (default).; +#X text 12 280 examples:; +#X msg 42 322 60 100 2; +#X text 20 372 (all three above) middle-c with velocity 100 sent to +channel 2; +#X obj 133 343 noteout 2; +#X msg 134 322 60 100; +#X obj 245 287 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 244 326 60; +#X msg 278 324 100; +#X obj 243 305 t b b b; +#X obj 257 345 noteout; +#X msg 308 325 2; +#X text 22 406 See also:; +#X obj 23 427 makenote; +#X text 92 426 -- format a MIDI note (with a note-off message); +#X text 21 452 related object; +#X obj 24 467 notein; +#N canvas 240 135 476 472 other_midi_objects 0; +#X obj 7 29 ctlin; +#X obj 49 29 pgmin; +#X obj 92 28 bendin; +#X obj 143 27 touchin; +#X obj 204 27 polytouchin; +#X obj 289 27 midiin; +#X obj 340 26 sysexin; +#X obj 6 85 noteout; +#X obj 63 84 ctlout; +#X obj 160 84 bendout; +#X obj 217 83 touchout; +#X obj 281 82 polytouchout; +#X obj 370 82 midiout; +#X obj 113 84 pgmout; +#X obj 11 153 makenote; +#X text 10 194 MIDI notes deconstruction:; +#X text 8 128 MIDI note construction:; +#X text 8 58 MIDI output:; +#X text 8 2 MIDI input:; +#X obj 15 226 stripnote; +#X text 11 266 Additional useful objects for MIDI processing (Maxlib +by Olaf Matthes); +#X obj 148 297 chord; +#X obj 109 296 borax; +#X obj 54 296 score o; +#X obj 13 296 pitch; +#X text 15 336 Also \, from cyclone (alpha) by Krzysztof Czaja:; +#X obj 16 359 midiformat; +#X obj 172 359 midiflush; +#X obj 98 359 midiparse; +#X text 15 386 and xeq \, from the same developer; +#X obj 16 411 xeq; +#X text 41 402 an experimental MIDI sequencer; +#X restore 119 467 pd other_midi_objects; +#X text 93 15 - transmit MIDI notes; +#X text 19 543 This document was updated for Pd version 0.35 by Michal +Seta as part of a project called pddp proposed by Krzysztof Czaja \, +managed and edited by Dave Sabine \, to build comprehensive documentation +for Pd.; +#X connect 20 0 1 0; +#X connect 23 0 22 0; +#X connect 24 0 27 0; +#X connect 25 0 28 0; +#X connect 26 0 28 1; +#X connect 27 0 25 0; +#X connect 27 1 26 0; +#X connect 27 2 29 0; +#X connect 29 0 28 2; -- cgit v1.2.1