Bernez K hat gesagt: // Bernez K wrote:

> Hi,
> 
> Currently before running a MIDI file I need to load manually the sound bank 
> into my sound card with sfxload.
> Because sfxload requests /dev/sequencer, I load manually snd-seq-oss in order 
> to create it.
> And then I can run:
>      $ sfxload /usr/share/sounds/sf2/8mbgmsfx.sf2
> 
> 
> I just want to load automatically the sound bank into my sound card.

This should work:

alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-emu10k1

post-install snd-synth-emu10k1 /usr/bin/sfxload /usr/share/sounds/sf2/8mbgmsfx.sf2

Ciao,
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to