README 918 B

12345678910111213141516171819202122
  1. klick (metronome for jack)
  2. klick is an advanced command-line based metronome for JACK. It allows
  3. you to define complex tempo maps for entire songs or performances.
  4. Note: This package is built with liblo support. It allows klick to
  5. be controlled by other OSC-capable applications. You can disable with
  6. LIBLO=no in the script's environment. If you plan to use gtklick, it
  7. requires klick built with liblo support.
  8. Optional dependencies:
  9. rubberband - uses the RubberBand library for pitch adjustment, which
  10. results in slightly higher audio quality. Autodetected; disable with
  11. RUBBERBAND=no in the script's environment.
  12. This package uses POSIX filesystem capabilities to execute with
  13. elevated privileges (required for realtime audio processing). This
  14. may be considered a security/stability risk. Please read
  15. http://www.slackbuilds.org/caps/ for more information. To disable
  16. capabilities, pass SETCAP=no to the script.