You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson c645cc6a4e
audio/jalv: Updated for version 1.4.6.
9 years ago
..
README Multiple: Fix .info and README (gtkmm refs) 10 years ago
jalv.SlackBuild audio/jalv: Updated for version 1.4.6. 9 years ago
jalv.info audio/jalv: Updated for version 1.4.6. 9 years ago
remove_experimental_uis.diff audio/jalv: Updated for version 1.4.6. 9 years ago
setcap.sh audio/jalv: Added (host for LV2 plugins). 12 years ago
slack-desc audio/jalv: Added (host for LV2 plugins). 12 years ago

README

jalv (host for LV2 plugins)

Jalv is a simple but fully featured LV2 host for Jack. It runs LV2
plugins and exposes their ports as Jack ports, essentially making any
LV2 plugin function as a Jack application.

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.

For testing with various host toolkits, there are several Jalv
executables: jalv, jalv.gtk, jalv.gtkmm, and jalv.qt. The jalv and
jalv.gtk programs are suitable for production use by users, the others
are less complete and intended for developer testing only. By default,
this SlackBuild only builds jalv (text) and jalv.gtk (gtk+-2.0). If you
really want to build the other UIs, pass ALL_UIS=yes in the script's
environment.

This package uses POSIX filesystem capabilities to execute with
elevated privileges (required for realtime audio processing). This
may be considered a security/stability risk. Please read
http://www.slackbuilds.org/caps/ for more information. To disable
capabilities, pass SETCAP=no to the script.