Hello,

From: SATO Kentaro <kent...@ps.catv.ne.jp>
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

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Timidity-talk mailing list
Timidity-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Reply via email to