fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] Fluidsynth's volume is too "dynamic"


From: Sebastian Biallas
Subject: Re: [fluid-dev] Fluidsynth's volume is too "dynamic"
Date: Sat, 23 Jan 2010 02:51:21 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.23) Gecko/20090922 SeaMonkey/1.1.18

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




reply via email to

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