aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/help-pgmout.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 00:25:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-28 00:25:05 +0000
commit061e4be1f20ac78e3b52bc6429322d5fadcf5831 (patch)
treec6449d7cf4a19547b97d234ef4c65251ee766c1d /doc/pddp/help-pgmout.pd
parente30864640368dc4c25c309fb83365807955e832e (diff)
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
Diffstat (limited to 'doc/pddp/help-pgmout.pd')
-rw-r--r--doc/pddp/help-pgmout.pd68
1 files changed, 0 insertions, 68 deletions
diff --git a/doc/pddp/help-pgmout.pd b/doc/pddp/help-pgmout.pd
deleted file mode 100644
index 1498584f..00000000
--- a/doc/pddp/help-pgmout.pd
+++ /dev/null
@@ -1,68 +0,0 @@
-#N canvas 293 25 488 486 10;
-#X obj 19 12 pgmout;
-#X obj 19 134 pgmout;
-#X floatatom 19 100 5 0 0;
-#X floatatom 55 116 5 0 0;
-#X text 93 96 Inlets:;
-#X text 105 113 Left: int \, program change value;
-#X text 105 135 Right: int \, MIDI channel to send the program change
-message on.;
-#X obj 25 233 pgmout 2;
-#X text 30 289 See also:;
-#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 109 316 pd other_midi_objects;
-#X obj 295 354 midi-basics;
-#X text 25 353 for an explanation of MIDI usage in PD see:;
-#X text 92 166 Outlets: None. Sends directly to the MIDI port;
-#X floatatom 25 205 5 0 0;
-#X obj 31 316 pgmin;
-#X text 16 40 Arguments: (optional) and int representing the MIDI channel
-to which the program change should be sent. Without an argument it
-will send on channel 1 by default.;
-#X text 24 262 Send program change message on MIDI channel 2;
-#X floatatom 193 205 5 0 0;
-#X msg 238 204 2;
-#X obj 193 233 pgmout;
-#X text 70 12 - send program change messages to the MIDI port;
-#X text 23 393 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 2 0 1 0;
-#X connect 3 0 1 1;
-#X connect 13 0 7 0;
-#X connect 17 0 19 0;
-#X connect 18 0 19 1;