Difference between revisions of "MIXER"
From DOSBoxWiki
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
'''MIXER''' is an utility that makes DOSBox display its current volume settings. | '''MIXER''' is an utility that makes DOSBox display its current volume settings. | ||
− | + | ==Command line parameters== | |
− | + | <code>MIXER channel left:right [/NOSHOW] [/LISTMIDI] | |
;channel: Can be one of the following: | ;channel: Can be one of the following: | ||
Line 22: | Line 22: | ||
;/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. | ;/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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:58, 16 November 2010
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.