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

2020-02-15 Thread Ceresa Jean-Jacques
Hi, Pascal > When using the custom audio driver - new_fluid_audio_driver2() - there is no > reverb or chorus.   The Callback function used with new_fluid_audio_driver2() is responsible for rendering the audio to the buffers. If you don't need multi-channel audio output rendering , you can use

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

2020-02-15 Thread midi-pascal
On 2020-02-15 7:42 a.m., midi-pascal wrote: On 2020-02-15 2:24 a.m., Tom M. via fluid-dev wrote: As JJC already indicated, your environment is "polluted". The fluidsynth 2.1.0 binary tries to use the libfluidsynth 2.0.2 . This cannot work. Execute ldd ./fluidsynth to see which libfluidsynth is b

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

2020-02-15 Thread midi-pascal
On 2020-02-15 2:24 a.m., Tom M. via fluid-dev wrote: As JJC already indicated, your environment is "polluted". The fluidsynth 2.1.0 binary tries to use the libfluidsynth 2.0.2 . This cannot work. Execute ldd ./fluidsynth to see which libfluidsynth is being loaded. Then remove it as well as other