MIXER

From DOSBoxWiki
Revision as of 03:57, 30 September 2010 by Rtalaman (talk | contribs) (Created page with ''''MIXER''' is an utility that makes DOSBox display its current volume settings. ==Command line parameters== <code>MIXER channel left:right [/NOSHOW] [/LISTMIDI] ;channel…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MIXER is an utility that makes DOSBox display its current volume settings.

Command line parameters

MIXER channel left:right [/NOSHOW] [/LISTMIDI]

channel
Can be one of the following:
MASTER
DISNEY
SPKR
GUS
SB
FM
[, CDAUDIO]
CDAUDIO is only available if a CD-ROM interface with volume control is enabled (CD image, ioctl_dx).
left
The volume levels in percentages for the left channel.
right
The volume levels in percentages for the right channel.

If you put a D in front it will be in decibel (Example: mixer gus d-10).

/NOSHOW
Prevents DOSBox from showing the result if you set one of the volume levels.
/LISTMIDI
Lists the available midi devices on your PC (Windows). To select a device other than the Windows default midi-mapper, add a line 'midiconfig=id' to the [midi] section in the configuration file, where 'id' is the number for the device as listed by LISTMIDI.