aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 15:26:45 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 15:26:45 +0100
commit0b587a635b966bee3569fbd5569b091827e33ceb (patch)
tree043d4a659fe6718fbe42a47875806de0b07777d4
parent8832868ae0d394bf2c89e91aa40198bbbab0aae6 (diff)
downloadjalv-0b587a635b966bee3569fbd5569b091827e33ceb.tar.gz
jalv-0b587a635b966bee3569fbd5569b091827e33ceb.tar.bz2
jalv-0b587a635b966bee3569fbd5569b091827e33ceb.zip
Update README
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 92b1080..21207ab 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Jalv
-----
+====
Jalv is a simple but fully featured LV2 host for Jack which exposes plugin
ports to Jack, essentially making any LV2 plugin function as a Jack
@@ -9,7 +9,10 @@ For more information, see <http://drobilla.net/software/jalv>.
Jalv is a small program which is useful, but also intended to be an appropriate
test host for plugin development. It runs plugins from the command line with
no user interaction, is light enough to run in valgrind, and is capable of
-dumping all plugin to/from UI communication in a human readable format.
+dumping all communication between the plugin and its UI in a human readable
+format.
To make it simple to test plugins in hosts that use different toolkits, there
are several Jalv executables: jalv, jalv.gtk, jalv.gtkmm, and jalv.qt.
+
+ -- David Robillard <d@drobilla.net>