Re: [fluid-dev] fluidsynth, Midi Bank Select

2017-12-20 Thread Marcus Weseloh
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

Re: [fluid-dev] fluidsynth, Midi Bank Select

2017-12-20 Thread David Back
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

Re: [fluid-dev] 1

2017-12-20 Thread Tom M.
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

Re: [fluid-dev] fluidsynth, Midi Bank Select

2017-12-20 Thread Tom M.
> 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

Re: [fluid-dev] fluidsynth, Midi Bank Select

2017-12-20 Thread Marcus Weseloh
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

[fluid-dev] fluidsynth, Midi Bank Select

2017-12-20 Thread David Back
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