options to change reverb parameters

View: New views
3 Messages — Rating Filter:   Alert me  

options to change reverb parameters

by SATO Kentaro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

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


P.S. For a few days I would be able to apply a patch or two to CVS.
Please drop a code to kentaro@...
with a brief description for changelog.

--
Kentaro SATO


------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk

reverbopt.diff.gz (2K) Download Attachment

Re: options to change reverb parameters

by TAMUKI Shoichi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Re: options to change reverb parameters

by SATO Kentaro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

2009/9/24 TAMUKI Shoichi <tamuki@...>:
> 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

Looks tidy :)
If it's OK to throw away a common extension to --reverb=*
for the future, whensoever.

Regards,
--
Kentaro SATO

------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk