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
thanks for this David.
I actually saw this list of options.
I wonder, how and where would one implement it ?
There are no obvious command line options or syntax that I discovered so far.
Also, if/when I try to call fluidsynth in a new instance (new terminal?), I get the following error:
"...cannot read response from jack server (No such file or directory)..."
Any hint here?
vm