Re: [fluid-dev] Fluidsynth bank select

2017-12-21 Thread David Back
Hi Marcus I realised after reading the Documentation again that reverb has to be setupbefore the synth is started (its not a REAL TIME option). I have now movedit back to its proper place and it is working. Its quite strange listening to an organwith reverb off!! I do not totally understand what

Re: [fluid-dev] Fluidsynth bank select

2017-12-21 Thread Marcus Weseloh
Hi David, 2017-12-21 14:45 GMT+01:00 David Back : > > Yes it is working now, I have managed to get bank 1 selected and just as > you prophesied I needed to use an offset of -1 to select it. That is weird, because from looking at your code, I wouldn't have expected it to work. > int Division::loa

[fluid-dev] Fluidsynth bank select

2017-12-21 Thread David Back
Hi Marcus Yes it is working now, I have managed to get bank 1 selected and just asyou prophesied I needed to use an offset of -1 to select it.I include my code below, you may wish to use it as an example in thefluidsynth documentation. int Division::loadSoundFont(char* sfont, int reverb, int bank

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

2017-12-21 Thread David Back
Thanks Marcus for your very useful information. I think you have nowanswered all my questions and I have already started to implementthe set_bank_offset function. I may know later today whether it worksas I hope it will and will let you know the result. David From: Marcus Weseloh To: Da