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


_______________________________________________
fluid-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to