aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_midi_flags.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/all_about_midi_flags.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/all_about_midi_flags.pd')
-rw-r--r--doc/pddp/all_about_midi_flags.pd16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pddp/all_about_midi_flags.pd b/doc/pddp/all_about_midi_flags.pd
index 220246e1..b4abd127 100644
--- a/doc/pddp/all_about_midi_flags.pd
+++ b/doc/pddp/all_about_midi_flags.pd
@@ -1,7 +1,7 @@
#N canvas 224 22 513 695 10;
-#X text 11 34 MIDI in PD is handled through the 'raw' midi devices
-(such as /dev/midi*). One could specify which MIDI port PD is supposed
-to use through a command line switch when starting PD \, i.e.:;
+#X text 11 34 MIDI in Pd is handled through the 'raw' midi devices
+(such as /dev/midi*). One could specify which MIDI port Pd is supposed
+to use through a command line switch when starting Pd \, i.e.:;
#X text 35 95 pd -midiindev 1 -midioutdev 2;
#X text 43 236 pd -mididev 1;
#X text 17 264 This will use the first port for both MIDI input and
@@ -17,23 +17,23 @@ etc).;
#X text 13 119 so \, the above will use the first MIDI device for MIDI
input (it could be a MIDI controller such as a keyboard \, midi-guitar
\, midi knob box etc) and the device #2 will be used for outputting
-the MIDI (re)generated or sent by PD.;
+the MIDI (re)generated or sent by Pd.;
#X text 13 181 For using the same device for MIDI input AND output
(i.e. when one uses a MIDI keyboard which is also a synthesizer) the
following command line switch will do:;
-#X text 19 470 MIDI objects in PD (the ones that read and write to
+#X text 19 470 MIDI objects in Pd (the ones that read and write to
MIDI ports) take a MIDI channel as an argument. Channels 1-16 use the
first MIDI device \, 17-32 use the second MIDI device and so on. For
-this to work one must specify which devices PD is supposed to use:
+this to work one must specify which devices Pd is supposed to use:
;
#X text 39 548 -midiindev 1 \, 2 -- use devices 1 and 2 for input;
#X text 39 564 -midioutdev 1 \, 2 -- use devices 1 and 2 for output
;
#X text 39 580 -mididev 1 \, 2 -- use devices 1 and 2 for input and
output;
-#X text 17 292 NOTE (Linux): PD counts the MIDI devices starting from
+#X text 17 292 NOTE (Linux): Pd counts the MIDI devices starting from
1 Usually \, the operating system counts them starting with 0 (zero)
-so if you want to use /dev/midi00 \, PD has to be started with -mididev
+so if you want to use /dev/midi00 \, Pd has to be started with -mididev
1 Always add 1 to the device number.;
#X text 21 600 NOTE (Windows): -listdev command line option lists all
available MIDI and audio devices.;