diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-25 04:28:52 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-25 04:28:52 +0800 |
commit | 3694ecda485d16a4e5ce5e5a6bea4bf2d15a74b3 (patch) | |
tree | b5c1d1a8b9d5703ca65cc55cd1d575dac83cbde1 /audio/Makefile | |
parent | f670ab89941064d3e8c1b162fe44aced78bee68a (diff) | |
download | freebsd-ports-gnome-3694ecda485d16a4e5ce5e5a6bea4bf2d15a74b3.tar.gz freebsd-ports-gnome-3694ecda485d16a4e5ce5e5a6bea4bf2d15a74b3.tar.zst freebsd-ports-gnome-3694ecda485d16a4e5ce5e5a6bea4bf2d15a74b3.zip |
LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly
configurable. Originally conceived to tune electric guitars, it can now be
used to tune other instruments.
It looks like an analogue tuner, with a gauge indicating the relative
shift to a certain note, found automatically as the closest note
to the estimated frequency.
WWW: http://www.nongnu.org/lingot/
PR: ports/161878
Submitted by: Bartoletti <coder@tuxfamily.org>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9a0c7542b816..79a94efbd2be 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -396,6 +396,7 @@ SUBDIR += libumidi SUBDIR += libvorbis SUBDIR += libworkman + SUBDIR += lingot SUBDIR += linux-alsa-lib SUBDIR += linux-arts SUBDIR += linux-esound |