fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] [PATCH] Reverb damp scaling


From: David Hilvert
Subject: [fluid-dev] [PATCH] Reverb damp scaling
Date: Wed, 1 Aug 2007 12:28:11 -0500

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]