diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-08-18 04:19:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:39 +0700 |
commit | a6b90e67b6097e367e6f9658b9cf328142fdb1b5 (patch) | |
tree | f53d2616d10155346f475de4afc263baf017880c /audio/wildmidi/README | |
parent | dfe8eb76844f298e014ff772d11bfabe52664ee2 (diff) |
audio/wildmidi: Added (MIDI player)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/wildmidi/README')
-rw-r--r-- | audio/wildmidi/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/wildmidi/README b/audio/wildmidi/README new file mode 100644 index 0000000000000..6f0510374bd38 --- /dev/null +++ b/audio/wildmidi/README @@ -0,0 +1,7 @@ +WildMIDI is a simple software midi player which has a core softsynth +library that can be used in other applications. + +The WildMIDI library uses Gravis Ultrasound patch files to convert +MIDI files into audio which is then passed back to the calling +application. The library API is designed so that it is easy to include +WildMIDI into applications that wish to include MIDI file playback. |