mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/klick: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
61c1182097
commit
a297528230
3 changed files with 7 additions and 9 deletions
|
@ -1,14 +1,12 @@
|
|||
klick (metronome for jack-audio-connection-kit)
|
||||
klick (metronome for jack)
|
||||
|
||||
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.
|
||||
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:
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://das.nasophon.de/download/klick-0.12.2.tar.gz"
|
|||
MD5SUM="90bc69db650c6edaa08be47df0cfe424"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit liblo"
|
||||
REQUIRES="jack liblo"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
klick: klick (metronome for jack-audio-connection-kit)
|
||||
klick: klick (metronome for jack)
|
||||
klick:
|
||||
klick: klick is an advanced command-line based metronome for JACK. It allows
|
||||
klick: you to define complex tempo maps for entire songs or performances.
|
||||
|
|
Loading…
Reference in a new issue