diff options
author | trasz <trasz@FreeBSD.org> | 2008-11-15 20:40:03 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-11-15 20:40:03 +0800 |
commit | e1e69da679c68682278f51f130637659afec8187 (patch) | |
tree | 574124390e681f848ef50a43041ae0f27d77fc34 /audio/Makefile | |
parent | ab0cc5d5d05431659aff3b18bd7a23e6304498eb (diff) | |
download | freebsd-ports-gnome-e1e69da679c68682278f51f130637659afec8187.tar.gz freebsd-ports-gnome-e1e69da679c68682278f51f130637659afec8187.tar.zst freebsd-ports-gnome-e1e69da679c68682278f51f130637659afec8187.zip |
libgig is a C++ library written for accessing Gigasampler files and
DLS Level 1 and 2 files, that is for reading and writing of those
files. libgig is used by linuxsampler to load Gigasampler files and
it can be used by qsampler to retrieve additional informations about
Gigasampler files.
WWW: http://www.linuxsampler.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 bb7dbb54d81e..a64d797e5b06 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -348,6 +348,7 @@ SUBDIR += libconvolve SUBDIR += libdiscid SUBDIR += libdssialsacompat + SUBDIR += libgig SUBDIR += libgpod SUBDIR += libid3tag SUBDIR += libjackasyn |