Ecosyste.ms: Awesome

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

https://github.com/ffAudio/foleys_musicology

Music theory and score editing/rendering
https://github.com/ffAudio/foleys_musicology

Last synced: about 2 months ago
JSON representation

Music theory and score editing/rendering

Lists

README

        

foleys_musicology
=================

This module provides C++ structures to use scores (western notation) for
reading/writing, analysing and playing back.

1. Reading and writing
----------------------

As file format we use MusicXML as defined by https://github.com/w3c/musicxml

2. Structures
-------------

Things like Notes, Chords, Intervals, Rests
Notation related: Clefs, Staves

3. Functionality
----------------

- Import from MusicXML
- Score display
- Score Editing (with undo stack)
- Iterators for analysis and playback