diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-23 13:41:59 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:10 -0600 |
commit | 4641052e0a8521f5a7bf5ddce3d228d5d537f64f (patch) | |
tree | ba52ca80592a6bde53e2bd6822ba2e94a2665725 /audio/klick/README | |
parent | 35c78b1eedc054b9d5678de099fea9056675f0ea (diff) |
audio/klick: Added (metronome for jack-audio-connection-kit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/klick/README')
-rw-r--r-- | audio/klick/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/klick/README b/audio/klick/README new file mode 100644 index 0000000000000..c7c51dcd033ef --- /dev/null +++ b/audio/klick/README @@ -0,0 +1,23 @@ +klick (metronome for jack-audio-connection-kit) + +klick is an advanced command-line based metronome for JACK. It allows +you to define complex tempo maps for entire songs or performances. + +Note: + +this package is built with liblo support. It allows klick to be +controlled by other OSC-capable applications. You can disable +with LIBLO=no in the script's environment. If you plan to use gtklick, +it requires klick built with liblo support. + +Optional dependencies: + +rubberband - uses the RubberBand library for pitch adjustment, which +results in slightly higher audio quality. Disabled by default; enable +with RUBBERBAND=yes in the script's environment. + +This package uses POSIX filesystem capabilities to execute with +elevated privileges (required for realtime audio processing). This +may be considered a security/stability risk. Please read +http://www.slackbuilds.org/caps/ for more information. To disable +capabilities, pass SETCAP=no to the script. |