diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-03-29 19:50:33 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-03-29 19:50:33 +0000 |
commit | 29be4364a8c987c7709d28abc2a9b349775604b3 (patch) | |
tree | 24fea214e0a70df1e4ef68db33cc00eb696398fb /audio/Makefile | |
parent | d42a343612314177c1648cfdfad6d03ba2e347ee (diff) | |
download | ports-29be4364a8c987c7709d28abc2a9b349775604b3.tar.gz ports-29be4364a8c987c7709d28abc2a9b349775604b3.zip |
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles timepulses conversions, tempo map handling
etc. The only dependencies are C compiler and glib. Full API
documentation and examples are included.
WWW: http://sourceforge.net/projects/libsmf/
Notes
Notes:
svn path=/head/; revision=251757
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 965695cd5cf4..dc249cbf5a72 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -375,6 +375,7 @@ SUBDIR += libshout2 SUBDIR += libsidplay SUBDIR += libsidplay2 + SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libtremor SUBDIR += libtunepimp |