diff options
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 |
commit | 1430577bab86b8100f2ade54b47fb51e218237eb (patch) | |
tree | 6ebc0afacbeef8c1ebdabb5dce83f7f07cf8ee93 /libraries/libsmf | |
parent | 045f75bcc435f126c81285800fe9a52a2b49697a (diff) |
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/libsmf')
-rw-r--r-- | libraries/libsmf/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libsmf/README b/libraries/libsmf/README index 26245602b3bb..4d0b768382c5 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. |