Re: [fluid-dev] Problems with Ladspa effects

2021-03-07 Thread Carlos de Miguel Arribas
Perfect! I think that in addition to LADSPA effects, it would be very interesting to add the capability for other effect formats. From what I've been researching, there are pretty good LADSPA effects, but I think in Linux LV2 effects are more powerful, it would be interesting to add support for LV2

Re: [fluid-dev] Problems with Ladspa effects

2021-03-07 Thread Marcus Weseloh
Hi Carlos, There is now a (hopefully) proper fix for this issue in the current master. I've tried it locally and it seems to work as intended. But it would be great if you could test it out with your setup as well. I don't think there are many people using the LADSPA system, so any tests and feedb

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