Skip to content

Commit

Permalink
Version up to v0.2.0
Browse files Browse the repository at this point in the history
    modified:   README
    modified:   kmididec.h
  • Loading branch information
komh committed Sep 2, 2020
1 parent 941249f commit c9372ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ kmididec has the following features:
* getting total duration of midi file and a current playing posision in
milli-seconds
* seeking in milli-seconds
* using user-supplied-IO functions

kmididec does NOT support the following features:

* decoding of SMF2 midi file
* division in SMTPE format
* midi chunk in RIFF file

K MIDI
------
K MIDI and K MIDI MMIO
----------------------

kmidi is a simple MIDI player using kmididec.

Expand All @@ -27,9 +28,16 @@ kmidi has the following features:
* pause and resume
* seek back and forth in 5 seconds

kmidimmio is the same as kmidi, but it is a version using MMIO.

History
-------

* v0.2.0 ( 2020/09/02 )
- Added: Decode in float audio samples
- Added: Allow user-supplied-IO functions
- Fixed: typos and misc.

* v0.1.0 ( 2018/01/28 )
- Initial release

Expand Down
2 changes: 1 addition & 1 deletion kmididec.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {
#endif

/* KMIDIDEC version macro */
#define KMIDIDEC_VERSION "0.1.0"
#define KMIDIDEC_VERSION "0.2.0"

/**
* @defgroup kmdecbps BPS
Expand Down

0 comments on commit c9372ee

Please sign in to comment.