Io non ho avuto particolari problemi, ho seguito le istruzioni:
http://pollycoke.wordpress.com/2007/03/ ... untu-edgy/
poi, avendo già dei sound fonts li ho copiati nella cartella /usr/share/timidity, infine ho modificato il file timidity.cfg
(presente nella cartella /etc/timidity) col terminale root oppure: sudo gedit /etc/timidity/timidity.cfg.
Il mio file di configurazione è il seguente:
-----------------------------------------------------------------------------------------------
# Instrument configuration file for timidity
# $Id: timidity.cfg,v 1.7 2005/09/03 19:26:03 hmh Exp $
# You can change just about every option in TiMidity++ using
# This config file. Please refer to the timidity.cfg(5) manpage
# for more details
## If you have a slow CPU, uncomment these:
#opt EFresamp=d #disable resampling
#opt EFvlpf=d #disable VLPF
#opt EFreverb=d #disable reverb
#opt EFchorus=d #disable chorus
#opt EFdelay=d #disable delay
#opt anti-alias=d #disable sample anti-aliasing
#opt EWPVSETOZ #disable all Midi Controls
#opt p32a #default to 32 voices with auto reduction
#opt s32kHz #default sample frequency to 32kHz
#opt fast-decay #fast decay notes
## If you have a moderate CPU, try these:
#opt EFresamp=l
#opt EFreverb=g,42
#opt EFchorus=s
#opt s32kHz
#opt p64a
# Disabling some of the Midi Controls can help with the CPU usage a lot.
# The same goes to the VLPF, sample anti-aliasing and effects such as
# reverb and chorus
# By default, try to use the instrument patches from freepats:
# source /etc/timidity/freepats.cfg
dir /usr/share/timidity/
#soundfont MagicSFver2.sf2
#soundfont Unison.sf2
soundfont PC51f.sf2
#soundfont PCLite.sf2
#soundfont ChoriumRevA.sf2
#soundfont RealFont.sf2
#soundfont mustheory2.sf2
--------------------------------------------------------------------------
da notare che vi sono più richiami ai file .sf2, ma uno solo è attivo (gli altri sono banalizzati). Per cambiare il soundfont da utilizzare
basta attivare quello che interessa e banalizzare (#) tutti gli altri.
In ogni caso la cartella in cui risiedono i soundfonts può essere qualsiasi, basta però che nel file .cfg sia presente il
richiamo alla cartella :
dir /usr/share/timidity/
Spero di essere stato di aiuto.
P.S. Io uso van Basco's Karaoke Player per windows con Wine!