Hi David,
2017-12-20 22:08 GMT+01:00 David Back :
> It would be useful to know whether this command has to be given before
> or after loading the sound font. Or perhaps it makes no difference.
Well, as one of the parameters to the fluid_synth_set_bank_offset function
is the sound font id, you wi
Thanks Marcus, I will give this a try.
It would be useful to know whether this command has to be given beforeor after
loading the sound font. Or perhaps it makes no difference.
I agree subtracting seems weird to me as well. But I have never had muchsuccess
with midi bank selection, there seem to
Please at least try to give this conversation a meaningful subject.
Just calling it "1" doesnt help other users who may have a similar
problem at all and it also makes it very unlikely that you'll get any
community support at all.
Also it would be nice to see a more complete usage example, favoura
> There is no example of how to do this
It should be as simple as using fluid_synth_bank_select() after the
soundfont was loaded:
http://www.fluidsynth.org/api/synth_8h.html#a97b0f45f00922a46b1c1961d5b1f8cb5
> and I do not know whether banks are best set before or after the sound font
> is loa
Hi David,
2017-12-20 15:19 GMT+01:00 David Back :
>
> Would fluid_synth_set_bank_offset( );
> be useful. If so what is starting point for offsetting? Would an offset
of 1 select bank
If I read the source correctly, then it seems like the bank offset is
*subtracted* from the bank number (which see
Hi All
My organ eplayOrgan uses sf2 sound fonts and as you know these may includemore
than one bank of presets.
I need to be able to tell fluidsynth which bank to use at the time that the
soundfont is loaded, the bank will never change thereafter. This bank must be
used byALL midi channels. (I a