README 1.1 KB

12345678910111213141516171819202122232425262728
  1. jalv (host for LV2 plugins)
  2. Jalv is a simple but fully featured LV2 host for Jack. It runs LV2
  3. plugins and exposes their ports as Jack ports, essentially making any
  4. LV2 plugin function as a Jack application.
  5. Jalv is a small program which is useful, but also intended to be an
  6. appropriate test host for plugin development. It runs plugins from
  7. the command line with no user interaction, is light enough to run in
  8. valgrind, and is capable of dumping all plugin to/from UI communication
  9. in a human readable format.
  10. For testing with various host toolkits, there are several Jalv
  11. executables:
  12. jalv - textmode shell-like UI
  13. jalv.gtk - GTK+2
  14. jalv.gtk3 - GTK+3
  15. jalv.gtkmm - GTKMM with GTK+2
  16. jalv.qt - Qt4 (optional; only built if qt4 is installed)
  17. jalv.qt5 - Qt5
  18. This package uses POSIX filesystem capabilities to execute with
  19. elevated privileges (required for realtime audio processing). This
  20. may be considered a security/stability risk. Please read
  21. http://www.slackbuilds.org/caps/ for more information. To disable
  22. capabilities, pass SETCAP=no to the script.