-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
73 lines (49 loc) · 1.66 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
K MIDI DECoder
--------------
kmididec is a library in order to decode MIDI to PCM using fluidsynth.
kmididec has the following features:
* decoding of SMF0 and SMF1 midi file
* 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 SMPTE format
* midi chunk in RIFF file
K MIDI and K MIDI MMIO
----------------------
kmidi is a simple MIDI player using kmididec.
kmidi has the following features:
* play and stop
* 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.3.1 ( 2021/05/22 )
- Fixed: memOpen() does not return NULL on failure
* 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
* 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
* 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
Contact
-------
https://github.com/komh/kmididec/issues
Donation
--------
If you are satisfied with this program and want to donate to me, please visit
the following URL.
http://www.os2.kr/komh/os2factory/
Or, please click the Ads in the following blog.
https://lvzuufx.blogspot.com/
KO Myung-Hun