Pagina 1 di 1

Come si cambia il soundfont .sf2 in timidity?

Inviato: martedì 2 gennaio 2007, 13:47
da attorianzo
Salve,

sapete come si fa a mettere un soundfont diverso in timidity?

Re: Come si cambia il soundfont .sf2 in timidity?

Inviato: martedì 2 gennaio 2007, 13:53
da sim70
http://wiki.ubuntu-it.org/MidiUbuntu
vedi alla riga "Modifica del file di configurazione di timidity", trovi la path dei soundfont. (good)

Re: Come si cambia il soundfont .sf2 in timidity?

Inviato: martedì 2 gennaio 2007, 14:04
da attorianzo
Ti ringrazio..

Una domanda: nel file /etc/timidity/timidity.cfg all''epoca dell''installazione di timidity, avevo modificato le ultime due righe facendole diventare così:
# source /etc/timidity/freepats.cfg
source /usr/share/doc/timidity-patches-eaw/examples/timidity.cfg
Potresti spiegarmi il significato di questa riga?
Dovrei commentare quella riga ed aggiungere la riga soundfont /etc/sounds/Unison.sf2 come suggerito da quella guida?..

EDIT: Se commento quelle righe e metto /etc/sounds/Unison.sf2 non funziona... (ovviamente il file sf2 indicato è presente)

Re: Come si cambia il soundfont .sf2 in timidity?

Inviato: martedì 2 gennaio 2007, 15:38
da sim70
Mi spiace questo non te lo so dire :-\

Re: Come si cambia il soundfont .sf2 in timidity?

Inviato: mercoledì 19 dicembre 2007, 9:29
da PiloPilo
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!