Thank you very much for your help!
I understand now what swami is.
About the driver:
I try to right-click the "oemsetup.inf" file then choose "install". Not possible. It says "installation not possible" (translated from german). I do'nt know where the problem is. I have timidity.cfg in Windows directory. Timdity is working perfect (commandline + Win32 GUI). Any idea why the driver does not install?
"right-click" install is not work yet.
The driver interface of TiMidity++ driver is imported from mt32emu source.
The authoer of the mt32emu discribed as follows.
The driver is for 2000/XP only.To install the driver, use the Add Hardware Wizard in the Control Panel and add it manually. Select Sound, Video and Game controls and then manually point Windows in the directory where you extracted the zip file. Windows 2000 produces an error saying that it doesn't match your hardware, just ignore this message and point it straight at the oemsetup.inf file. Setup should continue. Windows will suggest a reboot but this isn't necessary.
>Please can we have optional Gauss rendering in the driver?
You can any TiMidity++ options in timidity.cfg as follows
#extension opt -U --EFresamp=g
>Will this improve in the future?
Latency time will be changed in the "driver setup dialog" in the future.
The realtime engine reads soundfont at new note on. This needs very long time. Then beat line will be disturbed. this is a ffundamental problem will not be improved in the future.
The new driver version seems to be a little bit better regarding latency and slowlynes :-)
I understand this is a fundamental problem.
Regarding Gauss: the option you say (#extension opt -U --EFresamp=g): if I include this in my timdity.cfg, then it would be ignored, because of the "#". Am I right? I use the windows version, so maybe the sytax is different? I know the parameter for the commandline version, but not how to include it in the timidity.cfg. The only line I have now in the timidity.cfg is: "Source d:\Music\SF\SNDFONT.CFG"
How can I adjust Gauss in the Windows timidity.cfg?
extension opt (2005-09-28 23:50 by Anonyme #16794)
Hello!
Thank you very much! Now I was able to include the line in the cfg file. But I added only "#extension opt -EFresamp=g".
Please note that there is only one "-", not two! It does not work with two "--" on my machine. And it does not work with -U too. It does only work, if I put each parameter on a single line, like this:
#extension opt -EFresamp=g
#extension opt -U
or if i put the "-U" after the -EFresample=g, like this:
#extension opt -EFresamp=g -U
And now timidity sounds even better! I also added "#extension opt -N 34", which makes even better sound. :-)