|
A Windows 95/NT dynamic link library that you can use with your applications to simplify reading and writing standard MIDI files. Documentation and examples for reading and writing in both C and C++ are included.
Features
- 32-bit DLL works with Windows 9x/NT
- Read Functions: MidiReadFile, MidiReadBytes, MidiSkipChunk, MidiSkipEvent, MidiReadHeader, MidiReadVLQ
- Write Functions: MidiWriteFile, MidiWriteBytes, MidiWriteEvent, MidiWriteHeader, MidiWriteVLQ, MidiCloseChunk
- Misc. Functions: MidiGetErr, MidiSeek, MidiCloseFile, MidiFileSize, MidiCompareID, MidiFlipShort, MidiFlipLong, MidiVLQToLong, MidiLongToVLQ
- Freely redistributable with your applications
- Several examples including C and C++ source
- Useful and complete documentation
Requirements
- Windows 95/98/NT
- Microsoft Visual C++ or compatible compiler
|
|