Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Aug 13, 2017
1 parent 7602083 commit 74df93e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 74df93e

Please sign in to comment.