Re: [fluid-dev] No reverb, no chorus with 2.1.0

2020-02-16 Thread midi-pascal
On 2020-02-16 2:07 p.m., Tom M. via fluid-dev wrote: Ok, thank you, now it's getting clearer. Your "small change" is absolutely correct. ATM, only the jack driver supports real multichannel playback and thus also provides you with dedicated buffers for reverb and chorus. I've updated the fluidsyn

Re: [fluid-dev] No reverb, no chorus with 2.1.0

2020-02-16 Thread Tom M. via fluid-dev
Ok, thank you, now it's getting clearer. Your "small change" is absolutely correct. ATM, only the jack driver supports real multichannel playback and thus also provides you with dedicated buffers for reverb and chorus. I've updated the fluidsynth_fx.c example program accordingly, as well as the doc

Re: [fluid-dev] No reverb, no chorus with 2.1.0

2020-02-16 Thread midi-pascal
On 2020-02-16 3:08 a.m., Tom M. via fluid-dev wrote: I use an audio driver based on the fluidsynth_fx sample program How exactly does your callback function look like? The fluidsynth_fx example is slightly outdated. Since 2.0.0 it won't work for effects. I'll update it. But unless you've adjuste

Re: [fluid-dev] No reverb, no chorus with 2.1.0

2020-02-16 Thread Tom M. via fluid-dev
> I use an audio driver based on the fluidsynth_fx sample program How exactly does your callback function look like? The fluidsynth_fx example is slightly outdated. Since 2.0.0 it won't work for effects. I'll update it. But unless you've adjusted the callback, it does not really explain why 2.0.2