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.

Contributions are welcome, including those who add tutorials or other types of documentation :-)



On Tue, Jan 31, 2012 at 4:37 PM, David Henningsson<di...@ubuntu.com>  wrote:
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 FluidSynth executable it will
only affect the incoming messages from the midi driver(s), not the internal
MIDI player. (And if you use the library directly you set these things up
the way you want.)

Something like:

router_begin
router_chan 0 0 15 0<- reroute channel 0 to channel 15
router_end

It was a while since I used it, so I might have forgotten the exact syntax.

// David



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

Reply via email to