liufeigit / mxml

MusicXML parsing and layout library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mxml

mxml is a C++ parser and layout generator for MusicXML files.

Usage

You will need:

  • CMake >= 2.6
  • LibXML2
  • boost (for unit tests)

To build a stand-alone static library:

git clone https://github.com/venturemedia/mxml
cd mxml
git submodule update --init
cmake .
make
make test

License

mxml is available under the MIT license. See the LICENSE file for more info. Copyright © 2016 Venture Media Labs.

About

MusicXML parsing and layout library

License:MIT License


Languages

Language:C++ 99.8%Language:CMake 0.2%