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: 2 months ago
JSON representation
Music theory and score editing/rendering
- Host: GitHub
- URL: https://github.com/ffAudio/foleys_musicology
- Owner: ffAudio
- Created: 2019-09-06T00:12:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T11:54:53.000Z (about 4 years ago)
- Last Synced: 2024-08-04T02:09:33.138Z (6 months ago)
- Language: C++
- Size: 1010 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - foleys_musicology
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, Staves3. Functionality
----------------- Import from MusicXML
- Score display
- Score Editing (with undo stack)
- Iterators for analysis and playback