• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-197146

src/H03-May-2022-7,4105,596

waflib/H03-May-2022-44,62235,321

.clang-tidyH A D02-Jan-20211.2 KiB4039

.clant.jsonH A D14-Dec-202060 54

.gitmodulesH A D12-Dec-201958 43

AUTHORSH A D21-Apr-2019311 1510

COPYINGH A D02-Jan-2021752 1411

INSTALLH A D21-Apr-20191.5 KiB6041

NEWSH A D07-Jan-20215.4 KiB137107

README.mdH A D21-Apr-2019758 2015

wafH A D03-Oct-2020691 2817

wscriptH A D03-May-202214.6 KiB412343

README.md

1Jalv
2====
3
4Jalv is a simple but fully featured LV2 host for Jack which exposes plugin
5ports to Jack, essentially making any LV2 plugin function as a Jack
6application.
7For more information, see <http://drobilla.net/software/jalv>.
8
9Jalv is a small program which is useful, but also intended to be an appropriate
10test host for plugin development.  It runs plugins from the command line with
11no user interaction, is light enough to run in valgrind, and is capable of
12dumping all communication between the plugin and its UI in a human readable
13format.
14
15To make it simple to test plugins in hosts that use different toolkits, there
16are several Jalv executables: jalv, jalv.gtk, jalv.gtk3, jalv.gtkmm, jalv.qt4,
17and jalv.qt5.
18
19 -- David Robillard <d@drobilla.net>
20