https://github.com/bobbicodes/musicxml-parser
Convert music produced with popular scorewriters like Sibelius, Finale and MuseScore into EDN. Uses SAX on JVM or sax-js in JavaScript
https://github.com/bobbicodes/musicxml-parser
Last synced: about 1 year ago
JSON representation
Convert music produced with popular scorewriters like Sibelius, Finale and MuseScore into EDN. Uses SAX on JVM or sax-js in JavaScript
- Host: GitHub
- URL: https://github.com/bobbicodes/musicxml-parser
- Owner: bobbicodes
- License: epl-2.0
- Created: 2019-10-19T23:48:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T02:05:41.000Z (about 4 years ago)
- Last Synced: 2025-01-31T06:42:37.354Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# musicxml-parser
A Clojure/Clojurescript library designed to extract music data and spit out a sequence of maps, each representing a note and its attributes:
```
{:instrument "bass"
:time 2.25
:pitch 60
:duration 0.25}
```
`:time` (start time, "note-on") and `:duration` are measured in "beats", as defined by the piece (typically a quarter-note). `:pitch` is expressed in standard MIDI notation. 60 is middle C, and each integer represents one semitone