# Lyrica [![lyrica on crates.io](https://img.shields.io/crates/v/lyrica)](https://crates.io/crates/lyrica) [![Latest documentation on docs.rs](https://docs.rs/lyrica/badge.svg)](https://docs.rs/lyrica) ![lyrica is licensed under the MIT OR Apache-2.0 license, at your option](https://img.shields.io/crates/l/lyrica) Phantasmically simple MIDI file handling. Quoth [Merriam-Webster](https://www.merriam-webster.com/dictionary/phantasmic): > Definition of phantasm > > 1: a product of fantasy: such as > > a: delusive appearance : ILLUSION This crate provides the illusion of MIDI being really easy to work with rather than a pain in your rear. As a tradeoff, it's fairly inflexible, and only works with MIDI files. Currently a work in progress. ## License This project is licensed under either the [Apache License 2.0] or the [MIT License], at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you (as defined in the Apache 2.0 license) shall be licensed as such, without any additional terms or conditions. [Apache License 2.0]: ./LICENSE-APACHE [MIT License]: ./LICENSE-MIT