On Tue, Jan 18, 2011 at 9:36 PM, Georg Holzmann
<grh@mur.at> wrote:
I looked at lv2file (http://code.google.com/p/lv2file/) how to write a host - but it's also a bit messy ;)
As a beginner to lv2 & plugin programming I found the "example" host that came with SLV2 library a great help.
There are 2 "example" hosts in there, one is the afore mentioned "lv2_jack_host.c", and the one I'd
recommend reading is "lv2_simple_jack_host.c". It has 260 lines, and is a *full working* lv2 host. Just don't load
plugins that have fancy features, caus its not got much error checking ;-)
That's what got me understanding Lv2, check it out!
-Harry