Skip to content

drobilla/jalv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2025
678accd · Feb 12, 2025
Oct 12, 2024
Sep 8, 2022
Dec 20, 2024
Feb 12, 2025
Jan 21, 2025
Nov 25, 2024
Nov 24, 2024
Feb 10, 2025
Jul 12, 2024
Jan 21, 2025
Jul 12, 2024
Oct 12, 2024
Dec 20, 2024
Aug 22, 2022
Aug 22, 2022
Dec 20, 2024
May 27, 2022
May 28, 2022
Aug 17, 2022
Jan 21, 2025
Dec 20, 2024

Repository files navigation

Jalv

Jalv (JAck LV2) is a simple host for LV2 plugins. It runs a plugin, and exposes the plugin ports to the system, essentially making the plugin an application. For more information, see http://drobilla.net/software/jalv.

Jalv can be built to run on JACK, where plugin ports are exposed directly as JACK ports, or via PortAudio, where the plugin is connected to the system inputs and outputs.

Jalv is particularly useful as a simple test host for plugin development and testing. It runs plugins from the command line with no user interaction, is light enough to run with tools like sanitizers or valgrind, and is capable of dumping all communication between the plugin and its UI in a human readable format. Plugin UIs can be tested in different host toolkits by using different executables: jalv, jalv.gtk, jalv.gtk3, and jalv.qt5.

-- David Robillard d@drobilla.net