[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] setting midi and audio ports for every soundbank
From: |
David Henningsson |
Subject: |
Re: [fluid-dev] setting midi and audio ports for every soundbank |
Date: |
Thu, 17 Sep 2009 20:11:54 +0200 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Viktor Mastoridis skrev:
> Hello everybody,
>
> I am trying to run FluidSynth from the command line, and it works quite
> smooth and nice.
>
> One thing I couldn't find a way to it is as follows:
> how to set up a separate midi (in) and audio (out) port for every soundfont
> bank?
> With a name that I can recognize?
>
> A hint will be much appreciated.
It seems to me like you want to setup several fluidsynth instances (i e
call the fluidsynth executable several times in parallell). You can
specify midi input and audio output device names through the -o option,
see "fluidsynth -o help" for more details.
// David