fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] CC7 reset


From: James Ong
Subject: Re: [fluid-dev] CC7 reset
Date: Sun, 5 Feb 2012 23:00:58 +0800

Hi Horn,

Wow, really appreciate your guide. It will be useful!

Too bad, something seem to be broken in FluidSynth after clear the rule and apply the new rule, I couldn't hear anything.
A workaround for my case is to use 2 MIDI song, one is normal and one is softer volume.



On Sun, Feb 5, 2012 at 10:10 PM, R.L. Horn <address@hidden> wrote:
On Sat, 4 Feb 2012, James Ong wrote:

I tried your rule on the 2nd parts, it doesn't change anything.

It really should.  It's worth noting that nothing I wrote actually changes any volumes.  You'd have to do that yourself with a cc command or write an additional rule.  Here are a couple you could try, after router_clear and all of those previously mentioned rules:

 # any main volume command results in a fairly low, fixed volume (48)

 router_begin cc
 router_chan 0 15 1 0
 router_par1 7 7 1 0
 router_par2 0 127 0 48
 router_end

 # all main volume values are halved

 router_begin cc
 router_chan 0 15 1 0
 router_par1 7 7 1 0
 router_par2 0 127 0.5 0
 router_end

If nothing works, I'm not sure what to tell you, except, maybe, to see if a newer version of fluidsynth is available.  I'm currently using 1.1.5.


_______________________________________________
fluid-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fluid-dev


reply via email to

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