fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] [PATCH] Reverb damp scaling


From: Josh Green
Subject: Re: [fluid-dev] [PATCH] Reverb damp scaling
Date: Sat, 25 Aug 2007 13:32:33 -0700

Sounds like another good patch, applying.  Nice to have the Reverb
damping parameter actually doing something perceptible now!  Thanks.
        Josh

Created ticket:
http://fluidsynth.resonance.org/trac/ticket/3

On Wed, 2007-08-01 at 12:28 -0500, David Hilvert wrote:
> The following patch adjusts the reverb damping scale, allowing an increased
> damping range to be accessed via command shell and qsynth.  Patch is against
> 1.0.7a.
> 
> 
> --- fluidsynth-1.0.7/src/fluid_rev.c    2004-03-29 10:05:18.000000000 +0000
> +++ fluidsynth-modified/src/fluid_rev.c 2007-08-01 16:45:49.000000000 +0000
> @@ -227,11 +227,11 @@
>  #define numallpasses 4
>  #define        fixedgain 0.015f
>  #define scalewet 3.0f
> -#define scaledamp 0.4f
> +#define scaledamp 1.0f
>  #define scaleroom 0.28f
>  #define offsetroom 0.7f
>  #define initialroom 0.5f
> -#define initialdamp 0.5f
> +#define initialdamp 0.2f
>  #define initialwet 1
>  #define initialdry 0
>  #define initialwidth 1
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]