Package: musicXML 1.0.1
musicXML: Data Sonification using 'musicXML'
A set of tools to facilitate data sonification and handle the 'musicXML' format <https://usermanuals.musicxml.com/MusicXML/Content/XS-MusicXML.htm>. Several classes are defined for basic musical objects such as note pitch, note duration, note, measure and score. Moreover, sonification utilities functions are provided, e.g. to map data into musical attributes such as pitch, loudness or duration. A typical sonification workflow hence looks like: get data; map them to musical attributes; create and write the 'musicXML' score, which can then be further processed using specialized music software (e.g. 'MuseScore', 'GuitarPro', etc.). Examples can be found in the blog <https://globxblog.github.io/>, the presentation by Renard and Le Bescond (2022, <https://hal.science/hal-03710340v1>) or the poster by Renard et al. (2023, <https://hal.inrae.fr/hal-04388845v1>).
Authors:
musicXML_1.0.1.tar.gz
musicXML_1.0.1.zip(r-4.5)musicXML_1.0.1.zip(r-4.4)musicXML_1.0.1.zip(r-4.3)
musicXML_1.0.1.tgz(r-4.5-any)musicXML_1.0.1.tgz(r-4.4-any)musicXML_1.0.1.tgz(r-4.3-any)
musicXML_1.0.1.tar.gz(r-4.5-noble)musicXML_1.0.1.tar.gz(r-4.4-noble)
musicXML_1.0.1.tgz(r-4.4-emscripten)musicXML_1.0.1.tgz(r-4.3-emscripten)
musicXML.pdf |musicXML.html✨
musicXML/json (API)
NEWS
# Install 'musicXML' in R: |
install.packages('musicXML', repos = c('https://benrenard.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/benrenard/musicxml/issues
- WaggaWagga - Wagga-Wagga dataset
Last updated 1 days agofrom:4e2f610d77. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 19 2025 |
R-4.5-win | OK | Feb 19 2025 |
R-4.5-mac | OK | Feb 19 2025 |
R-4.5-linux | OK | Feb 19 2025 |
R-4.4-win | OK | Feb 19 2025 |
R-4.4-mac | OK | Feb 19 2025 |
R-4.3-win | OK | Feb 19 2025 |
R-4.3-mac | OK | Feb 19 2025 |
Exports:durationdurationMappinggetMeasuresgetNotesloudnessMappingmeasureMXLDurationToTypenotepitchpitchMappingscoretieNotestoMXLtypeToMXLDurationwriteMXL
Readme and manuals
Help Manual
Help page | Topics |
---|---|
duration constructor. | duration |
Duration Mapping. | durationMapping |
Get measures | getMeasures |
Get notes. | getNotes |
Loudness Mapping. | loudnessMapping |
Measure constructor. | measure |
MXL duration to (type-dot-triplet) | MXLDurationToType |
Note constructor. | note |
Pitch constructor. | pitch |
Pitch Mapping. | pitchMapping |
Score constructor. | score |
Tie notes. | tieNotes |
Generic toMXL function | toMXL |
Duration to MXL (MusicXML) | toMXL.duration |
Measure to MXL (MusicXML) | toMXL.measure |
Note to MXL (MusicXML) | toMXL.note |
Pitch to MXL (MusicXML) | toMXL.pitch |
Score to MXL (MusicXML) | toMXL.score |
(type-dot-triplet) to MXL duration | typeToMXLDuration |
Wagga-Wagga dataset | WaggaWagga |
writeMXL function | writeMXL |