* Extra Emu10k1 documentation that may be helpful
@ 2005-03-14 23:17 James
2005-03-15 8:29 ` Clemens Ladisch
0 siblings, 1 reply; 2+ messages in thread
From: James @ 2005-03-14 23:17 UTC (permalink / raw)
To: alsa-devel
I found that by loading the snd-emu10k1-synth module and such like
awesfx, pmidi, and timidity up using the rc.local script in my Slackware
10.1 installation worked very well if not very simplified. Here's a copy
and sample of what I used:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
echo "Loading Emu10kx Wavetable Synthesizer module: /sbin/modprobe
snd-emu10k1-synth"
/sbin/modprobe snd-emu10k1-synth
echo "Loading AWESFX Soundfonts for Emu10kx Wavetable Synthesizer:
/usr/bin/asfxload /etc/midi/CT4MGM.SF2"
/usr/bin/asfxload /etc/midi/CT4MGM.SF2
echo "Starting TiMidity Software Midi Synthesizer: /usr/bin/timidity -iA
-B2,8 -Os -EFreverb=0 > /dev/null"
/usr/bin/timidity -iA -B2,8 -Os -EFreverb=0 > /dev/null &
echo "Loading PMidi ALSA Midi Sequencer and Ports: /usr/bin/pmidi -l"
/usr/bin/pmidi -l &
echo "Defining Pmidi Default Sequencer Port: /usr/bin/pmidi -p 65:0"
/usr/bin/pmidi -p 65:0 &
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
For other users it would have to be editted some but documentation on
this is lacking and most people don't know enough on how easy it is to
setup Midi on Linux.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-15 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-14 23:17 Extra Emu10k1 documentation that may be helpful James
2005-03-15 8:29 ` Clemens Ladisch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.