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?
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.
Good luck,
-dr