-
Notifications
You must be signed in to change notification settings - Fork 1
A very simple library for reading and writing MIDI files.
License
kkrizka/libmidi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libmidi 0.1 Author: Karol Krizka <[email protected]> Website: https://www.krizka.net/projects/libmidi libmidireader is a very simple library created for reading and writing MIDI files. It is designed to be quick to use and quick to learn. All interaction should be done through the MIDI::File class, which parses a MIDI file. The data inside the MIDI::File class is then organized as if it were a normal MIDI file. Installation -- libmidi uses the CMake build system. So to compile it, one has to issue the following commands inside the libmidireader-0.1 directory. mkdir build cd build cmake .. make sudo make install
About
A very simple library for reading and writing MIDI files.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published