Continuing my search I found this excellent solution. I can now run Muse (http://muse-sequencer.org/), an excellent multitrack MIDI/AUDIO workstation with several softsynths included.
Check out this screen shot where I have five softsynths (three instances of fluidsynth, a SoundFont player, one SimpleDrums drum machine and one FM synth) running while I'm editing on a piano roll layout.

This is how I did it.
1. Add Debian repos:
a. In /etc/apt/sources.list add
deb http://http.us.debian.org/debian/ etch main contrib non-free
using
sudo kwrite /etc/apt/sources.list
b. In your prefs file find
Package: *
Pin: release a=stable
Pin-Priority: 700
and change the "Pin-Priority" to 975.
using
sudo kwrite /etc/apt/preferences
Remember to save (but not exit).
2. Run Synaptic and reload the packages list.
3. Mark
jackd
muse
swh-plugins
for installation and do the installation. This will take some time depending on your internet connection, but the space taken shouldn't be too big (I don't remember the figures right now).
Jackis the software that connects the internal audio of the various modules, muse is Muse and swh-plugins is a very interesting collection of effects that you can route your softsynths or audio tracks through (swh-plugins is not necessary).
3. Reverse the changes made during step 1 above.
Ok, now you are ready to make some music.
4. Download some SoundFonts so you can use the fluidsynth sample player:
http://www.hammersound.net/
5. This is the startup sequence I use:
sudo modprobe snd-seq-midi
sudo jackstart --realtime --timeout 1000 -d alsa -r 44100 --period 256 -n 4
sudo muse
For more info on how to use Muse, visit the homepage http://muse-sequencer.org/.
Good luck!


This topic is locked









