Hi Fons,
On Sun, 13 Jun 2010, fons@kokkinizita.net wrote:
> So I have a simple question:
Minimum to define an LV2 plugin is here:
http://lv2plug.in/docs/index.php?title=Writing_Plugins
http://lv2plug.in/plugins/Amp-example.lv2
> - The plugin requires one 'extension'.
When you start adding extension requirements, this
documentation is currently buried in the bowls of lv2.ttl
(http://lv2plug.in/spec/lv2.ttl). You declare it in your
plugin's .ttl file. Here's an example from zynadd, with the
lv2:optionalFeature and lv2:requiredFeature lines:
==========================================================
a lv2:Plugin;
doap:maintainer [
foaf:name "Nedko Arnaudov";
foaf:homepage ;
foaf:mbox ;
];
doap:name "zynadd";
doap:homepage ;
doap:license ;
lv2:optionalFeature ;
lv2:requiredFeature ;
lv2:port [
....
=============================================================
-gabriel
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.