Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grame-cncm/libmusicxml
A C/C++ library to support the MusicXML format.
https://github.com/grame-cncm/libmusicxml
music-notation musicxml
Last synced: 3 days ago
JSON representation
A C/C++ library to support the MusicXML format.
- Host: GitHub
- URL: https://github.com/grame-cncm/libmusicxml
- Owner: grame-cncm
- License: mpl-2.0
- Created: 2015-03-13T08:44:56.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-26T10:19:01.000Z (9 months ago)
- Last Synced: 2024-04-26T21:22:45.138Z (7 months ago)
- Topics: music-notation, musicxml
- Language: LilyPond
- Homepage:
- Size: 104 MB
- Stars: 151
- Watchers: 22
- Forks: 35
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.txt
- License: license.txt
Awesome Lists containing this project
README
Welcome to the libmusicxml project
======================================================================[Grame](http://www.grame.fr) - Centre National de Création Musicale
----------------------------------------------------------------------Build status: [![Ubuntu](https://github.com/grame-cncm/libmusicxml/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/grame-cncm/libmusicxml/actions/workflows/ubuntu.yml)
[![MacOS](https://github.com/grame-cncm/libmusicxml/actions/workflows/macos.yml/badge.svg)](https://github.com/grame-cncm/libmusicxml/actions/workflows/macos.yml)[![Windows](https://github.com/grame-cncm/libmusicxml/actions/workflows/windows.yml/badge.svg)](https://github.com/grame-cncm/libmusicxml/actions/workflows/windows.yml)
----The MusicXML library is a portable C++ library designed close to the MusicXML format and intended to facilitate MusicXML support.
[MusicXML](http://www.musicxml.com/) is a music interchange format designed for notation, analysis, retrieval, and performance applications. The MusicXML format has been initialy developed by Recordare. It is open for use by anyone under a royalty-free license.
The libmusicxml library runs on the main operating systems: Linux, MacOS, iOS, Windows, Android. It can also be compiled to JavaScript (using [emscripten](http://emscripten.org)) to be embedded in a web page.
See the [libmusicxml wiki](https://github.com/grame-cncm/libmusicxml/wiki) for building instructions.
----------------------------------------------------------------------
[Dominique Fober](https://github.com/dfober)