iiwusynth-devel
[Top][All Lists]
Advanced

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

RE: [iiwusynth-devel] Jamming with FluidSynth :)


From: M. Nentwig
Subject: RE: [iiwusynth-devel] Jamming with FluidSynth :)
Date: Mon, 03 Mar 2003 10:48:05 +0200

OK, I have an idea what could cause the effect. I believe the 'width'
parameter in the reverb unit should be 0 < width < 1.
>From iiwu_rev.c:

  rev->wet1 = rev->wet * (rev->width / 2 + 0.5f);
  rev->wet2 = rev->wet * ((1 - rev->width) / 2);

If it were like this, then the range check in iiwu_cmd would have to be
fixed.

Could you try again, just use a reverb width of 1?

Cheers

Markus





reply via email to

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