README 1.0 KB

1234567891011121314151617181920212223
  1. ngjackspa (JACK host for LADSPA plugins)
  2. ngjackspa is a set of simple user interfaces that host a LADSPA plugin,
  3. providing JACK ports for its audio inputs and outputs, and dynamic
  4. setting of its control inputs. Additionally, the plugin controls can
  5. be exported to or controlled by control voltages on standard JACK audio
  6. ports.
  7. By default, the command-line (jackspa-cli), ncurses (njackspa), and
  8. gtkmm (gjackspa) user interfaces are built, and the qt4 one (qjackspa)
  9. is disabled. To build the qt4 UI, export QT=yes in the script's
  10. environment. You can also disable gtkmm with GTKMM=no.
  11. Note: gjackspa and qjackspa won't appear in your desktop startup menu.
  12. This is because they require command-line arguments (the plugin
  13. library and ID).
  14. This package uses POSIX filesystem capabilities to execute with
  15. elevated privileges (required for realtime audio processing). This
  16. may be considered a security/stability risk. Please read
  17. http://www.slackbuilds.org/caps/ for more information. To disable
  18. capabilities, pass SETCAP=no to the script.