Friday, May 12, 2006

MusE

MusE is an Open Source, GPL licensed, MIDI/Audio sequencer with recording and editing capabilities that aims to be a complete multi-track virtual studio for Linux.

MusE has among other things support for: You can use several soundcards to access external midi devices and record/playback them with MusE.



Getting and Installing MuSE


wget http://easynews.dl.sourceforge.net/sourceforge/realtime-lsm/realtime-lsm-0.1.1.tar.gz

wget http://download.savannah.gnu.org/releases/fluid/fluidsynth-1.0.7a.tar.gz
tar zxf fluidsynth-1.0.7a.tar.gz
cd fluidsynth-1.0.7
./configure --enable-ladspa
paco -lp fluidsynth-1.0.7 "make install"

wget http://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz
tar zxf libtool-1.5.22.tar.gz
cd libtool-1.5.22
./configure
make
paco -lp libtool-1.5.22 "make install"

wget http://superb-east.dl.sourceforge.net/sourceforge/lmuse/muse-0.8.1a.tar.gz
tar zxf muse-0.8.1a.tar.gz
cd muse-0.8.1
./configure
make
./configure
paco -lp muse-0.8.1 "make install"
echo "/usr/local/lib/muse/synthi" >> /etc/ld.so.conf
echo "/usr/local/lib/muse/plugins" >> /etc/ld.so.conf
ldconfig

Running MuSE

modprobe snd-seq-oss
jackd -d alsa # or oss
muse

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?