Skip to content

Releases: komh/kmididec

kmididec v0.3.1

23 May 10:29
Compare
Choose a tag to compare
  * v0.3.1 ( 2021/05/22 )
    - Fixed: memOpen() does not return NULL on failure

kmididec v0.3.0

18 Sep 15:24
Compare
Choose a tag to compare
  * v0.3.0 ( 2020/09/18 )
    - Added: Support of OS/2 real-time MIDI data translated by
             MMIO_TRANSLATEDATA
    - Fixed: A very large SF2 file cannot be loaded

kmididec v0.2.1

13 Sep 11:33
Compare
Choose a tag to compare
  * v0.2.1 ( 2020/09/13 )
    - Fixed: Fall into infinite-loop when playing some midi files. Issue #6.
    - Improved: Rejct unsupported time format and MIDI format

kmididec v0.2.0

02 Sep 10:25
Compare
Choose a tag to compare
  * v0.2.0 ( 2020/09/02 )
    - Added: Decode in float audio samples
    - Added: Allow user-supplied-IO functions
    - Fixed: typos and misc.