Re: [fluid-dev] Using LADSPA with libfluidsynth: howto

2020-02-12 Thread Marcus Weseloh
Hi, There is documentation on how to use ladspa with the fluidsynth shell commands here: https://github.com/FluidSynth/fluidsynth/blob/master/doc/ladspa.md It explains the concepts behind die API, and the shell commands are nearly transparent mappings onto the API. So I hope that document also he

[fluid-dev] Using LADSPA with libfluidsynth: howto

2020-02-12 Thread midi-pascal
Hi, My MIDI sequencer/editor (Qt project) uses libfluidsynth nicely. I would like to open it to LADSPA effects, but I cannot find any sample code showing how to do it. I see many ladspa references in the API documentation but there is no example showing how to use the functions. Could some