diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 22:18:57 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 22:18:57 -0400 |
commit | dd1899eff8a0ec761acfcaea21899a78a882f0a3 (patch) | |
tree | 04b30b1a69a4c8b0ffe9c08fa5fba554d77acbfc /content | |
parent | a20bd437a24d143cf3f7f80688b37d88ac4520bb (diff) | |
download | lv2site-dd1899eff8a0ec761acfcaea21899a78a882f0a3.tar.xz |
Add link to lv2apply as a simpler/cleaner example
Diffstat (limited to 'content')
-rw-r--r-- | content/pages/developing.md | 13 |
1 files changed, 6 insertions, 7 deletions
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 |