nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
197 stars 56 forks source link

Reverb issue #46

Closed jkaramichos closed 10 months ago

jkaramichos commented 10 months ago

When loading some .sf2 files, fluidsynth will not play a reverb - even when manually calling 'set_reverb()' with max roomsize, width, level. Note that with certain .sf2 files, I'm getting an appropriate reverb response when changing the settings using set_reverb().

Looking for some assistance to fix this issue.

albedozero commented 10 months ago

This can happen if the soundfont has been edited or created with a reverb level of 0% at the instrument or preset level. You can use a soundfont editor (e.g. polyphone, swami) to check this and change the value if you want.

jkaramichos commented 10 months ago

That helped, thanks!