Pedro Lopez-Cabanillas wrote:
On Friday, January 22, 2010, Sebastian Biallas wrote:
Since fluidsynth 1.0.9 the sound output is way too dynamic. If I press a
key soft it's barely hearable and if I press it hard it's way to loud.

You can try some router rules.

Yeah, I played with them, but maybe I was too stupid.. :)

For instance, the following set does:
1. for notes with velocity < 40, vel. is set to 40
2. for notes with vel between 40 and 100, it is not changed
3. for notes with vel > 100, it is set to 100

Hmm, that will crop the dynamic, I want to "compress" it.

router_clear
router_begin note
router_par2 0 39 0 40
router_end
router_begin note
router_par2 40 100 1 0
router_end
router_begin note
router_par2 101 127 0 100
router_end

I just noticed that this kills sustain. Am I doing something wrong?

Thanks,
Sebastian


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to