User Tools

Site Tools


software:scummvm

This is an old revision of the document!


svn co https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk scummvm
cd scummvm &&
./configure --disable-debug --enable-lure &&
make &&
cp scummvm ${HOME}bin/ &&
cp -R gui/themes/* ${HOME}/.scummvm/themes
cd .. &&
rm -rf scummvm

<del> As I don't have a MIDI capable soundcard I need a software synthesizer. ScummVM comes with a internal Adlib Emulation which sounds horrible so I chose FluidSynth.

In version 0.8.0 of ScummVM a FluidSynth MIDI driver was added.

No need to run “fluidsynth” separately.

Choose “Options” → “Audio” and select “FluidSynth” as “Music driver” and don't forget to choose a SoundFont after switching to the “MIDI” tab.

Before version 0.8.0 I had to run “fluidsynth” separately.

If FluidSynth is running we need to know the sequencer port:

aconnect -o -l

Output:

 client 128: 'FLUID Synth (6427)' [type=user]
    0 'Synth input port (6427:0)'

In this case we would set the following in $HOME/.scummvmrc

alsa_port=128:0

</del>

software/scummvm.1191445074.txt.gz · Last modified: by kratz00