Re: [fluid-dev] Volume background and foreground

2012-01-31 Thread Element Green
If I remember correctly, the router_begin line sets what MIDI events are to be modified. So for example, if you wanted to change the channel of all MIDI notes coming in to the MIDI driver from channel 0 to 4, you would: router_begin note router_chan 0 0 0 4 router_end The router_par1 and router_p

Re: [fluid-dev] Volume background and foreground

2012-01-31 Thread James Ong
Kind of not working as expected. router_begin requires [note|cc|prog|pbend|cpress|kpress] I tried these commands: prog 0 3 <- Load honky soundset router_begin cc <- Tried prog router_chan 0 0 15 0 router_end channels chan 0, Honky-Tonk chan 1, Acoustic Piano(mono) chan 2, Acoustic Piano(mono) ch

Re: [fluid-dev] commercial software

2012-01-31 Thread Matt Giuca
Hi Christian, Hi > > if somebody wants sale a commercial software which use FluidSynth > 1 - is it possible ? > Yes, it is possible. FluidSynth uses the LGPL license, which permits commercial use, as long as you follow the rules of the license. The full text of the license appears here: https://

Re: [fluid-dev] Volume background and foreground

2012-01-31 Thread David Henningsson
On 01/31/2012 10:19 AM, James Ong wrote: I see, how do I load this script or do I have to pass the comman manually? You can use the --load-config option to load a file with a script in, or you can use FluidSynth's built-in shell. Sorry, I'm kind of noob when the tutorials are too vague. C

Re: [fluid-dev] Volume background and foreground

2012-01-31 Thread James Ong
I see, how do I load this script or do I have to pass the comman manually? Sorry, I'm kind of noob when the tutorials are too vague. On Tue, Jan 31, 2012 at 4:37 PM, David Henningsson wrote: > On 01/31/2012 07:51 AM, James Ong wrote: >> >> An idea struck me, I like to understand what does "route

[fluid-dev] commercial software

2012-01-31 Thread Christian Carré
Hi   if somebody wants sale a commercial software which use FluidSynth 1 - is it possible ? 2 - he must paid what ?   thanks___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Volume background and foreground

2012-01-31 Thread David Henningsson
On 01/31/2012 07:51 AM, James Ong wrote: An idea struck me, I like to understand what does "router" in FluidSynth do? I will appreciate to learn more on this area. Yeah, that's my thought as well, wouldn't the midi router in FluidSynth be able to handle this case? IIRC if you run the FluidSynt