Re: [fluid-dev] synth.audio-groups and LADSPA effects

2020-08-03 Thread Ceresa Jean-Jacques
Hi, >but maybe I'm not understanding how synth.audio-channels and >synth.audio-groups interact This is not obvious, here some general notes:   1)The number of rendered audio output (nbr_outputs) is dependant of synth.audio-channels and synth.audio-group: nbr_outputs = max(synth.audio-channel

Re: [fluid-dev] synth.audio-groups and LADSPA effects

2020-08-03 Thread Marcus Weseloh
Hi Bill, FluidSynth does not seem to mix the internal group channels back into the main output if you are using audio-groups=2 and audio-channels=1. That means that only the audio that gets written to Main:L1/Main:R1 can actually be heard via your soundcard. Not sure if this is a feature or a bug.