-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |