MIDIFile: Difference between revisions
Appearance
Created page with "==Description== This is Dynamic Link Library (DLL) so programmers can use to simplify applications that uses MIDI files. ==Download== * MIDIDLL.ZIP ==License== * Freeware ..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This is Dynamic Link Library (DLL) so programmers can use to simplify applications that uses MIDI files. | |||
This is Dynamic Link Library (DLL) so programmers can use to simplify applications that uses MIDI files. | |||
== | ==Functions== | ||
* | * MidiCloseChunk | ||
* MidiCloseFile | |||
* MidiCompareID | |||
* MidiFileSize | |||
* MidiFlipLong | |||
* MidiFlipShort | |||
* MidiGetErr | |||
* MidiLongToVLQ | |||
* MidiReadBytes | |||
* MidiReadFile | |||
* MidiReadHeader | |||
* MidiReadVLQ | |||
* MidiSeek | |||
* MidiSkipChunk | |||
* MidiSkipEvent | |||
* MidiVLQToLong | |||
* MidiWriteBytes | |||
* MidiWriteEvt | |||
* MidiWriteFile | |||
* MidiWriteHeader | |||
* MidiWriteVLQ | |||
==License== | ==License== | ||
* Freeware | *Freeware | ||
*Author: [[Jeff Glatt]] | |||
==Links== | ==Links== | ||
* | * Download: MIDIDLL.ZIP | ||
[[Category: | [[Category:C Libraries]] |
Latest revision as of 03:47, 28 March 2023
This is Dynamic Link Library (DLL) so programmers can use to simplify applications that uses MIDI files.
Functions
- MidiCloseChunk
- MidiCloseFile
- MidiCompareID
- MidiFileSize
- MidiFlipLong
- MidiFlipShort
- MidiGetErr
- MidiLongToVLQ
- MidiReadBytes
- MidiReadFile
- MidiReadHeader
- MidiReadVLQ
- MidiSeek
- MidiSkipChunk
- MidiSkipEvent
- MidiVLQToLong
- MidiWriteBytes
- MidiWriteEvt
- MidiWriteFile
- MidiWriteHeader
- MidiWriteVLQ
License
- Freeware
- Author: Jeff Glatt
Links
- Download: MIDIDLL.ZIP