KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
jalv
โ 78
Open GitHub โ
A simple fully-featured host for LV2 plugins
Download README (.md)
Explore Similar Repositories
detectify
:
Detectify is a gem for multi-tenant Rack apps, to help you retrieve domain and subdomain-related data from a database.
reserved-subdomains
:
List of subdomains that could be candidates for reservation in multitenant app/ subdomain validator for multitenant apps
canvas-text
:
[experiment] better Canvas2D text rendering
tacho
:
A Futures-aware metrics library for recording statistics about your running system.
sendgrid
:
๐ง SendGrid-powered mail backend for Vapor
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jalv
?
Download (.md)
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 useful as a simple way to run a single plugin, or as a test host for plugin development. 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.gtk3, jalv.qt5, and jalv.qt6. -- David Robillard <d@drobilla.net>