Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/allthemusicllc/libatm

Library for generating and working with MIDI files
https://github.com/allthemusicllc/libatm

creative-commons midi music public-domain rust

Last synced: 11 days ago
JSON representation

Library for generating and working with MIDI files

Awesome Lists containing this project

README

        

# libatm

## Overview

`libatm` is a library for generating and working with MIDI files. It was purpose-built for
All the Music, LLC to assist in its mission to enable musicians to make all of their music
without the fear of frivolous copyright lawsuits. All code is released into the public domain
via the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
If you're looking for a command line tool to generate and work with MIDI files, check out
[the `atm-cli` project](https://github.com/allthemusicllc/atm-cli) that utilizes this library. For
more information on All the Music, check out [allthemusic.info](http://allthemusic.info). For more detailed
library documentation, check out the crate documentation [here](https://allthemusicllc.github.io/libatm/libatm/index.html).