README 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. jack-tools (tools for jack)
  2. This collection contains a bunch of small tools for JACK, written by
  3. Rohan Drape.
  4. Included utilities:
  5. rju-data - JACK audio data onto OSC.
  6. rju-dl - JACK shared library dsp loader.
  7. rju-osc - JACK Transport Publication Daemon.
  8. rju-play - JACK Sound File Player.
  9. rju-plumbing - JACK Plumbing Daemon.
  10. rju-record - JACK Capture Client.
  11. rju-scope - JACK Oscilloscope.
  12. rju-transport - Minimalist JACK Transport Interface.
  13. rju-udp - JACK UDP Transport Client.
  14. If you have the VST SDK from Steinberg, the package can also include
  15. some VST-related tools:
  16. rju-lxvst - Linux native VST host. Not included by default.
  17. lxvst-query - Print information about a Linux native VST plugin.
  18. See README_VST.txt for details.
  19. In previous versions of jack-tools, the tool names had "jack-" as a
  20. prefix, instead of "rju-". Upstream changed the names in April, 2021.
  21. This package uses POSIX filesystem capabilities to execute with
  22. elevated privileges (required for realtime audio processing). This
  23. may be considered a security/stability risk. Please read
  24. http://www.slackbuilds.org/caps/ for more information. To disable
  25. capabilities, pass SETCAP=no to the script.