Hello,
From: SATO Kentaro <kentaro@...>
Subject: [timidity-talk] options to change reverb parameters
Date: Sun, 20 Sep 2009 22:50:35 +0900
> Is there anyone feeling that the "new reverb" isn't strong enough or such?
> I've written a patch that enables to modify some parameters of
> the reverb from command line option,
> but wondering if this should be merged into CVS or not.
> Also not sure about the best way to specify the parameter,
> by command line (already too many options!) or .cfg only, and their syntax.
>
> Anyway I post a patch here so that at least those who are interested can try.
>
> Thank you.
>
> - sample Windows binary:
> http://www.ranvis.com/downloads/timidity-20090920-reverbopt.zip
> - experimental options and initial values:
> --freeverb=scaleroom,0.28
> --freeverb=offsetroom,0.7
> --reverb-predelay-factor=100
> - roomsize = C * scaleroom + offsetroom
> where C is:
> Room 1 1.0
> Room 2 0.94
> Room 3 0.97
> Hall 1 0.90
> Hall 2 0.85
Why don't you implement the new reverb parameters as the expansion of
-EFreverb (--ext=Freverb, --reverb) option? For example:
-EFreverb=action,level,scaleroom,offsetroom,predelay
-EFreverb=3,64,0.28,0.7,100
-EFreverb=3,,0.28,0.7
Regards,
TAMUKI Shoichi
|