All of lore.kernel.org
 help / color / mirror / Atom feed
From: James <whitetigerx7@sbcglobal.net>
To: alsa-devel@lists.sourceforge.net
Subject: Extra Emu10k1 documentation that may be helpful
Date: Mon, 14 Mar 2005 15:17:50 -0800	[thread overview]
Message-ID: <42361B9E.2080604@sbcglobal.net> (raw)

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

             reply	other threads:[~2005-03-14 23:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-14 23:17 James [this message]
2005-03-15  8:29 ` Extra Emu10k1 documentation that may be helpful Clemens Ladisch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42361B9E.2080604@sbcglobal.net \
    --to=whitetigerx7@sbcglobal.net \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.