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
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