Hi,
Bernez K hat gesagt: // Bernez K wrote:

> I installed pmidi-1.5.4.
> 
> I run "pmidi -l" and I get:
> Port     Client name                       Port name
>  64:0     External MIDI 0                   MIDI 0-0
>  65:0     Emu10k1 WaveTable                 Emu10k1 Port 0
>  65:1     Emu10k1 WaveTable                 Emu10k1 Port 1
>  65:2     Emu10k1 WaveTable                 Emu10k1 Port 2
>  65:3     Emu10k1 WaveTable                 Emu10k1 Port 3
> 
> I run "pmidi -p 65:0 court.mid" and I can't hear nothing !
> 
> I am unable to see what channel is to be used with alsamixer or gamix to run
> MIDI files.
> 
> The pmidi-1.5.4/README says:
> 1.
>        - For the SB Live! internal synthesizer
>          you need to load snd-synth-emu10k1.
> I have snd-emu10k1-synth: is that OK ?
> 
> 2.a  If you have an AWE32/64 or SB Live! you will need to load the
>        sounds with sfxload in the same way as for the standard kernel
>        drivers.
> I don't know what to do ?

For the SBLive you also need to load soundfonts, for example those on
the Creative-Driver-CD. The Live needs the format SF2, so watch for
the correct file suffix. Basically you need this in your modules.conf:

alias char-major-116 snd
alias char-major-14 soundcore
options snd snd_major=116 snd_cards_limit=3 snd_device_mode=0660 \
        snd_device_gid=29 snd_device_uid=0
# SBLive
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-emu10k1
post-install snd-synth-emu10k1 /usr/bin/sfxload /dos/audio/sblive/SFBank/8mbgmsfx.sf2

And I *think*, the "Music" and "Wave" controls in alsamixer need to be
turned up, IIRC.

ciao,
-- 
 Frank Barknecht                               _ ______footils.org__

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to