If you rarely use a different soundfont then you can
The most common problems are from people who do not accept the default installation directory (c:\). When you change the
installation directory, you must also manually edit the .cfg files TiMidity uses. Here is how to see
Which .cfg file am I using?
Now that you have the right cfg file,
If you decided to install to c:\Another Directory, then this line must be:
The "double quotes" are required since there is a space in the directory name. The 2nd line should point to the directory where your .sf2 file is located. Again, put "double quotes" around any directory name that has a space in it like:
Finally, the 3rd line has the name of the soundfont file you want to use. It must be in the directory you have in line 2. Once again, put "double quotes" around any filename that has a space in it like:
If these 3 lines are correct, you used "double quotes" where needed, and you didn't fat finger anything, your .cfg file should be good.
How can I be sure the .cfg file is correct and my soundfont is loaded?
For this example, I installed TiMidity in c:\Program Files and I want to use the c:\Music\My Soundfonts\Best Ever.sf2,
so I created c:\Program Files\timidity\BestEver.cfg with these 3 lines in it:
There is a mistake in line 3 of the .cfg file above. The sf2 filename has a space in it but I forgot to enclose it in "double quotes". Here's what I did to figure it out:
I knew the soundfont I wanted was not named 'Best', so my cfg file must have an error in it. I launched WordPad, Opened c:\Program Files\timidity\BestEver.cfg, and added the "double quotes" to line 3, soundfont "Best Ever.sf2", then did the following:
Once you have confirmed that you can hear the .mid file, follow the instructions below.
GUI: Launch the GUI program (timw32g.exe).