[LAD] [ANN] ladspamm - a small c++ library for handling LADSPA plugins

Florian Paul Schmidt mista.tapas at gmx.net
Mon Jan 7 10:02:10 UTC 2013


Hi,

GIT repo:

https://github.com/fps/ladspamm

DOXYGEN docs (very minimal):

http://fps.github.com/ladspamm

For my own small side projects I needed a little c++ wrapper lib around 
LADSPA plugins. Since someone else might be interested in it, too, I put 
it on github.

ladspamm::world world;

ladspamm::plugin_instance instance(
      world.libraries[0]->plugins[0], 48000
);

instance.activate();

instantiates and activates the first found plugin in the first found 
library..

This is version 0.0.1 so expect bugs and missing features..

Have fun,
Flo

-- 
Florian Paul Schmidt
http://fps.io




More information about the Linux-audio-dev mailing list