aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2017-08-13 15:58:49 +0200
committerReiner Herrmann <reiner@reiner-h.de>2017-08-13 15:58:49 +0200
commit74df93eaafbe55d36333fb897d91265bdf59703a (patch)
tree277684374c5aa0e4e7aaf397db3d261f6604f7ec /README
parent760208308127842d045694a175b950a61f5c7757 (diff)
Add READMEHEADtrunk
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..252a881
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+guitartools
+===========
+
+A collection of small tools that can be useful for guitar players.
+
+It currently includes:
+
+ * metronome: Beep in a specified pattern at a constant speed
+ * tuner: Measure tone frequencies and print nearest note
+
+The tools are using ALSA for playback and recording.
+
+Build dependencies:
+
+ * ALSA (e.g. libasound2-dev)
+ * FFTW 3.x (e.g. libfftw3-dev)
+
+Licensed under GPLv2 or any later version.