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: David Henningsson
Subject: Re: [fluid-dev] Fluidsynth's volume is too "dynamic"
Date: Sat, 23 Jan 2010 08:47:02 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Sebastian Biallas wrote:
> 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.

Perhaps this will do:

router_clear
router_begin note
router_par2 0 127 0.5 32
router_end

That would make volume = volume*0.5 + 32

// David





reply via email to

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