mixer /listmidi
Which listed:
0 "Microsoft GS Wavetable Synth"
1 "MT-32 Synth Emulator"
That led me to this:
https://www.dosbox.com/wiki/Sound#Roland
Type mixer /listmidi to get a list of the midi devices attached to the machine. Locate the USB midi adapter in the list and note the number that it is associated with. Change dosbox.conf's midiconfig = id of MIDI device to the ID of the USB midi device (e.g. midiconfig=0) Once that is done, the MT-32 should operate.
So I went into my DOSBox config file and changed
midiconfig=1
Thinking that should do the magic trick. Same result. Records video, but not audio.
DOSBox shows (when it launches) -
MIDI: win32 selected MT-32 Synth Emulator
MT32: Using 10 chunks, chunk size: 480 frames, buffer size: 4800 frames.
MIDI: Opened device: win32
Anyone have any experience or ideas?
Code: Select all
[midi]
# mpu401: Type of MPU-401 to emulate.
# Possible values: intelligent, uart, none.
# mididevice: Device that will receive the MIDI data from MPU-401.
# Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.
# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.
# See the README/Manual for more details.
mpu401=intelligent
mididevice=default
midiconfig=1
