VOGONS


First post, by shorty

User metadata
Rank Newbie
Rank
Newbie

Hi!
I tried to run my sblive (emu10k1) with gm support in dosbox on windows xp. But i can't get a sound ...
my [midi] conf is:

mpu401=uart
mididevice=win32
midiconfig=0

dosbox_001.png

i also have a second computer with gentoo linux. Its the same soundcard in it. There' s no MIXER /LISTMIDI command - how do i get the midi port of this device?

[midi]
mpu401=uart
mididevice=alsa
midiconfig=0

what did i wrong, i just want to have general midi sound in my old games.

thanks for the help so far (sorry for my broken english)
perhaps somebody knows how i configure the joystick to this device ??

Attachments

  • dosbox_001.png
    Filename
    dosbox_001.png
    File size
    5 KiB
    Views
    2036 views
    File license
    Fair use/fair dealing exception
Last edited by shorty on 2011-08-29, 18:19. Edited 1 time in total.

Reply 3 of 7, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

for plinux use pmidi or amidi to get the port number you need

For the soundblaster live to have midi support, you need to have a soundbank loaded. (has nothing to do with dosbox). Did you do that ?

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 7, by shorty

User metadata
Rank Newbie
Rank
Newbie

of course i did that - i loaded a soundfont with asfxload ...

Attachments

  • amidi.jpg
    Filename
    amidi.jpg
    File size
    24.75 KiB
    Views
    2006 views
    File license
    Fair use/fair dealing exception

Reply 5 of 7, by batracio

User metadata
Rank Member
Rank
Member
shorty wrote:

mpu401=uart
mididevice=win32
midiconfig=0

Under Windows XP, Your EMU10K1 Synth devices seem to be listed as ID #0 and ID #2. Therefore, this config should work fine, but you must permanently load a SoundFont (SF2LOAD won't work - use AudioHQ control panel).

shorty wrote:

mpu401=uart
mididevice=alsa
midiconfig=0

Under Linux, your EMU10K1 Synth devices seem to be listed as ID #1 and ID #2, while ID #0 is EMU10K1 MPU-401 emulation. You won't get any sound here unless you have some external device connected to your SB Live. Try to change your MIDI device ID to "midiconfig=1" or "midiconfig=2".

Reply 6 of 7, by shorty

User metadata
Rank Newbie
Rank
Newbie

yes, the windows conf works fine ...
i just had to pull up the controller and set the irq to 2
(standard soundfont already loaded)

thank your for your instructions

Attachments

  • install_000.jpg
    Filename
    install_000.jpg
    File size
    30.84 KiB
    Views
    1975 views
    File license
    Fair use/fair dealing exception

Reply 7 of 7, by shorty

User metadata
Rank Newbie
Rank
Newbie

fine, now midi works in linux too - i just emerged timidity and put that in the conf :

[midi]
mpu401=intelligent
#mididevice=alsa
#midiconfig=1
device=alsa
config=128:2

is there another option to setup the capture on other keys? i don't want to switch my session with CTRL+ALT+F5 ...