Re: [fluid-dev] API design: fluid_synth_process()

2018-05-01 Thread Ceresa Jean-Jacques
Hi,   >Despite the fact that this function ignores two of its arguments, I just dont >know how to properly tell it which channels to map to which output buffers.   fluid_synth_process(int len, int nout, float** out) behaves like fluid_synth_nwrite_float(int len, float** left, float** right).

Re: [fluid-dev] API design: fluid_synth_process()

2018-05-01 Thread Tom M.
> I have noticed that 24 bits support introduces not negligible lost of > performance that could be solved relatively easily . Thanks for the hint. Looking forward to filing an issue or PR. > Perhaps it worth to solve this before any beta realease ? Sorry, I do not think it's worth to delay the

Re: [fluid-dev] API design: fluid_synth_process()

2018-05-01 Thread Ceresa Jean-Jacques
Hello Tom   > I thought to release a beta in the nearer future. But I would like to have > the API ready before I do so.   I have noticed that 24 bits support introduces not negligible lost of performance that could be solved relatively easily . The way to solve this need some minor pre-clea