summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-05 16:20:01 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 09:35:07 +0700
commit1430577bab86b8100f2ade54b47fb51e218237eb (patch)
tree6ebc0afacbeef8c1ebdabb5dce83f7f07cf8ee93 /libraries
parent045f75bcc435f126c81285800fe9a52a2b49697a (diff)
downloadslackbuilds-1430577bab86b8100f2ade54b47fb51e218237eb.tar.gz
slackbuilds-1430577bab86b8100f2ade54b47fb51e218237eb.tar.xz
libraries/libsmf: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libsmf/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libsmf/README b/libraries/libsmf/README
index 26245602b3..4d0b768382 100644
--- a/libraries/libsmf/README
+++ b/libraries/libsmf/README
@@ -1,8 +1,9 @@
libsmf (library for handling MIDI files)
-LibSMF is a BSD-licensed C library for handling standard MIDI ("*.mid")
-files. It transparently handles conversions between time and pulses,
-tempo map handling etc. Full API documentation and examples are included.
+LibSMF is a BSD-licensed C library for handling standard MIDI
+("*.mid") files. It transparently handles conversions between time and
+pulses, tempo map handling etc. Full API documentation and examples
+are included.
Also included is smfsh, a "midi shell" useful for debugging and
hand-editing MIDI files.