README 986 B

1234567891011121314151617181920212223242526
  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.qt5 - Qt5
  16. This package uses POSIX filesystem capabilities to execute with
  17. elevated privileges (required for realtime audio processing). This
  18. may be considered a security/stability risk. Please read
  19. http://www.slackbuilds.org/caps/ for more information. To disable
  20. capabilities, pass SETCAP=no to the script.