diff options
author | David Robillard <d@drobilla.net> | 2018-07-22 18:20:40 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-07-22 18:21:51 +0200 |
commit | 488a74cbf12c3df4f1c1e3f03e7f9320ba3eab12 (patch) | |
tree | d897fa05cbc0d12307aa304d85fae9f4cb6bb357 /README | |
parent | b1fb68fd3c6ee3535ca066b271150a9cdd54c975 (diff) | |
download | jalv-488a74cbf12c3df4f1c1e3f03e7f9320ba3eab12.tar.gz jalv-488a74cbf12c3df4f1c1e3f03e7f9320ba3eab12.tar.bz2 jalv-488a74cbf12c3df4f1c1e3f03e7f9320ba3eab12.zip |
Rename README to README.md
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -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 -application. -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 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> |