Thanks Tom
I agree that there is no need for examples if the functions really are easy to 
use, howeverat present these functions are not easy to use because the 
parameters are not definedadequately. I will look forward to proper definitions 
of reset and offset.
Yes I could use your suggested code.
I am now moving on to reverb, where there appear to be other potential problems 
withill defined parameters and numbers without units. I may come back on this.
In the meantime thank you. Fluidsynth is a wonderful piece of software and I 
would notwant to be without it.
David

      From: Tom M. <tom.m...@googlemail.com>
 To: David Back <csw...@yahoo.co.uk> 
Cc: fluid-dev@nongnu.org
 Sent: Wednesday, 27 December 2017, 14:30
 Subject: Re: [fluid-dev] Fluidsynth bank select
   
Regarding "reset" and "offset" I agree they could be explained a bit more 
detailed. I'll see what can be done.

> You also need several examples of how these functions should be used -- there 
> are none.

Sorry, there really is nothing special about using these functions. We cannot 
have an example for every easy-to-use function.

> I have no knowledge of the "original thread" and fluid_synth_bank_select() 
> selects the bank for only one channel at a time so is not what I needed, 
> though it could be pressed into service if there was no alternative.

Why dont you do:

for(int i=0; i<fluid_synth_count_midi_channels(synth); i++)
  fluid_synth_bank_select(synth, i, my_bank);


Tom


   
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to