On Thu, Jul 14, 2011 at 4:59 PM, David Robillard <d(a)drobilla.net> wrote:
On Thu, 2011-07-14 at 11:43 +0100, Aurélien Leblond
wrote:
Ok, so that's a great incentive to have a go
at it then!
I just saw the LV2 Hello World in C++...
Which are you referring to? Link?
I was referring to the thread "Hello World in LV2" in the LAD.
But I believe that's the same example as the one you pointed to below.
Note that the C++ wrappers are an additional layer on
top of the actual
LV2 API, but you can write to the actual LV2 C API with C++ as well.
See e.g.
http://lv2plug.in/repo/trunk/plugins/eg-amp.lv2/ for a simple
example of a plugin using just the C API.
So you would advise to write them in C?
I'll have a look at the simpliest way from the AMS code (may be start
with one of the simple VCA or Noise module).
Good luck,
Thanks :)