-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
42 lines (26 loc) · 900 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
klick - an advanced metronome for jack
Copyright (C) 2007-2013 Dominic Sacré <dominic.sacre@gmx.de>
Some of the audio samples used by klick have been borrowed (under
the terms of the GPL) from:
* Ardour [http://ardour.org/], sounds by Nick Mainsbridge
* GTick [http://www.antcom.de/gtick/], sounds by Roland Stigge
* Freepats [http://freepats.zenvoid.org/]
Requirements:
=============
* JACK Audio Connection Kit [http://jackaudio.org/]
* Boost [http://www.boost.org/] (headers only)
* libsamplerate [http://www.mega-nerd.com/SRC/]
* libsndfile [http://www.mega-nerd.com/libsndfile/]
Optional:
=========
* liblo [http://liblo.sourceforge.net/]
* Rubber Band [http://www.breakfastquay.com/rubberband/]
Installation:
=============
In the klick source directory, run:
scons
and then, as root:
scons install
Documentation:
==============
See doc/manual.html for the klick user manual.