From dd1899eff8a0ec761acfcaea21899a78a882f0a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2016 22:18:57 -0400 Subject: Add link to lv2apply as a simpler/cleaner example --- content/pages/developing.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'content/pages') diff --git a/content/pages/developing.md b/content/pages/developing.md index 9ebf781..0e1b1cb 100644 --- a/content/pages/developing.md +++ b/content/pages/developing.md @@ -40,13 +40,12 @@ the standard library for hosts: Plans are currently underway to incorporate simple and thoroughly documented hosts into LV2, along the lines of the plugin examples. Until then, several external projects serve as useful examples: -* [lv2file](https://github.com/jeremysalwen/lv2file) is a very simple - single-file program that applies an LV2 plugin to an audio file. -* [Jalv](http://drobilla.net/software/jalv) is a relatively simple yet - fully-featured [Jack](http://jackaudio.org) host for LV2 plugins. Start at - the core, [jalv.c](http://dev.drobilla.net/browser/trunk/jalv/src/jalv.c), - which weighs in at just under 1000 SLOC. Jalv also supports MIDI, embedded - GUIs, presets, state saving, and other features. +* [lv2apply](http://git.drobilla.net/cgit.cgi/lilv.git/tree/utils/lv2apply.c) + is a very simple program included with Lilv which applies an LV2 plugin to an + audio file. Start here to learn the basics of loading an LV2 plugin. +* [Jalv](http://drobilla.net/software/jalv) is + real-time [Jack](http://jackaudio.org) host which supports MIDI, embedded GUIs, + presets, state saving, and other features. ## Reference -- cgit v1.2.1