diff options
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/index.md | 14 | ||||
-rw-r--r-- | content/pages/projects.md | 7 |
2 files changed, 12 insertions, 9 deletions
diff --git a/content/pages/index.md b/content/pages/index.md index 5968f45..6823dc0 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -7,9 +7,11 @@ plugins, used by hundreds of plugins and other projects. At its core, LV2 is a simple stable interface, accompanied by *extensions* which add functionality to support the needs of increasingly powerful audio software. -* [**Download LV2 1.10.0**](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2) - [(sig)](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2.sig) -* [Why LV2?](pages/why-lv2.html) -* [Projects Using LV2](pages/projects.html) -* [Mailing List](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in) -* Chat in [#lv2](http://webchat.freenode.net/?channels=lv2) on irc.freenode.net +<ul id="mainlist"> + <li><a href="http://lv2plug.in/spec/lv2-1.10.0.tar.bz2">Download LV2 1.10.0</a> + <a href="http://lv2plug.in/spec/lv2-1.10.0.tar.bz2.sig"><small>.sig</small></a></li> + <li><a href="pages/why-lv2.html">Why LV2?</a></li> + <li><a href="pages/projects.html">Projects</a></li> + <li><a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">Mailing List</a></li> + <li><a href="http://webchat.freenode.net/?channels=lv2">IRC Chat</a></li> +</ul> diff --git a/content/pages/projects.md b/content/pages/projects.md index 15e90aa..20ac739 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -2,10 +2,10 @@ title: Projects This page is a partial list of LV2 projects. If you know of any that are not listed here, please -[let us know](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in) or -[http://lv2plug.in/git](add them) and send us a patch. +[let us know](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in) or [send a +patch](http://lv2plug.in/git). -Another list is available at the [http://apps.linuxaudio.org/apps/categories/lv2](http://apps.linuxaudio.org/apps/categories/lv2). +Another list is available at <http://apps.linuxaudio.org/apps/all/lv2>. ## Plugins @@ -13,6 +13,7 @@ Another list is available at the [http://apps.linuxaudio.org/apps/categories/lv2 Project | Description -------------------------------------------------------------|-------------------------------------------------------------------- +[amSynth](https://code.google.com/p/amsynth/) | Virtual analog synthesizer. [EMap](http://www.colorfulsoftware.com/emap) | FluidSynth soundfont playing synth. [foo-yc20](http://code.google.com/p/foo-yc20/) | Faithful emulation of the YC-20 divide-down combo organ. [lv2-mdaEPiano](http://github.com/rekado/lv2-mdaEPiano) | Native LV2 port of the famous mdaEPiano VSTi. |