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

From: Florian Paul Schmidt <mista.tapas@email-addr-hidden>
Date: Mon Jan 07 2013 - 12:02:10 EET

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
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Mon Jan 7 12:15:03 2013

This archive was generated by hypermail 2.1.8 : Mon Jan 07 2013 - 12:15:03 EET