Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-03-27 23:33:18 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-04-05 20:34:03 +0300
commitd82968382b630e2cdf6892b212998fcdc5edcac7 (patch)
treeccfa74968e439a60d54825afdb7f355d4a675623 /README
parentb56d73cdd983c093fcea024a87de8eb9b7a92a15 (diff)
Update manual regarding 'mixer /listmidi'
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 19f4ac824..5fb1eca93 100644
--- a/README
+++ b/README
@@ -795,15 +795,15 @@ MIXER
of the volume levels.
/LISTMIDI
- In Windows lists the available midi devices on your PC. To select a device
- other than the Windows default midi-mapper, change the line 'midiconfig='
- in the [midi] section of the configuration file to 'midiconfig=id', where
- 'id' is the number for the device as listed by LISTMIDI. eg. midiconfig=2
-
- In Linux this option doesn't work, but you get similar results by using
- 'pmidi -l' in console. Then change the line 'midiconfig=' to
- 'midiconfig=port', where 'port' is the port for the device as listed by
- 'pmidi -l'. eg. midiconfig=128:0
+ Lists your PC's MIDI devices. To use one, set the 'midiconfig' attribute
+ in your configuration file to the device's numerical ID or any part of
+ its textual name. For example:
+
+ Examples:
+
+ (any OS) midiconfig = name # matches any part of name, case-insensitive
+ (Linux) midiconfig = 128:0 # connects to specific port
+ (Windows) midiconfig = 2 # connects to specific port
IMGMOUNT