Re: [fluid-dev] Problems with Ladspa effects

2021-03-05 Thread Carlos de Miguel Arribas
Thanks for responding so quickly. I will modify that maximum number of nodes for now, although I hope it will be officially fixed soon. Best regards. Carlos El vie, 5 mar 2021 a las 14:01, Marcus Weseloh () escribió: > Hi again, > > I've create an issue on GitHub to further discuss the required

Re: [fluid-dev] Problems with Ladspa effects

2021-03-05 Thread Marcus Weseloh
Hi again, I've create an issue on GitHub to further discuss the required code changes: https://github.com/FluidSynth/fluidsynth/issues/793 Cheers Marcus Am Fr., 5. März 2021 um 13:51 Uhr schrieb Marcus Weseloh : > > Hi Carlos, > > your thinking about the audio-channels and audio-groups is correc

Re: [fluid-dev] Problems with Ladspa effects

2021-03-05 Thread Marcus Weseloh
Hi Carlos, your thinking about the audio-channels and audio-groups is correct and should work as you intended. And the reason why you are seeing the "Maximum number of nodes reached" error is because we were way too conservative when setting the upper bound for nodes in the effects graph, I see t

[fluid-dev] Problems with Ladspa effects

2021-03-05 Thread Carlos de Miguel Arribas
Hello everyone, I'm having problems using Ladspa effects in Fluidsynth, maybe you could help me. I would like to use Fluidsynth to read a midi file, and export each midi channel in a different wav file, for this I am using "fluid_synth_process". I would also like each channel to have a Ladspa e