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 _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/fluid-dev