An open API service indexing awesome lists of open source software.

https://github.com/vampirefrog/midilib

MIDI file loading, saving and utilities
https://github.com/vampirefrog/midilib

midi smf

Last synced: 5 months ago
JSON representation

MIDI file loading, saving and utilities

Awesome Lists containing this project

README

          

MIDI utilities
==============

![Project status](https://img.shields.io/badge/Project%20status-Beta-blue.svg)

[![Linux Build](https://github.com/vampirefrog/midilib/actions/workflows/linux.yml/badge.svg)](https://github.com/vampirefrog/midilib/actions/workflows/linux.yml)

* MIDI File reading
* MIDI File writing
* Other utilities:
* Hertz to MIDI conversion and vice versa
* Instrument names, CC names and other strings

This library is used by:
* [vgm2x](https://github.com/vampirefrog/vgm2x)
* [mdxtools](https://github.com/vampirefrog/mdxtools)
* [fmtoy](https://github.com/vampirefrog/fmtoy)

Links
-----

[MIDI file format](http://www.music.mcgill.ca/~ich/classes/mumt306/StandardMIDIfileformat.html)