Hi list,
nicktsocanos(a)charter.net wrote:
Not to be a dumb-a-doo, but I am very interested in
implementing LADSPA
plugins into my little proggie. Do you know where I can find out how to get a
LADSPA plugins to work in my proggie (like code snippets)? I downloaded LADSPA
for my platform but I don't know where to find code snips to help me understand how
use it.
I haven't done this yet either, but my suggestion would be to look at
how other (small) LADSPA hosts have implemented the required dlopen()
etc magic, e.g.:
- jack-rack (
http://pkl.net/~node/jack-rack.html)
- MusE (
http://muse.seh.de)
- Sweep (
http://sweep.sf.net)
- Ardour (
http://ardour.sf.net)
Hope that helps,
Frank