Package: musicXML
Type: Package
Title: Data Sonification using 'musicXML'
Version: 1.0.1
Authors@R: c(
    person("Benjamin", "Renard", email = "benjamin.renard@inrae.fr",role = c("aut", "cre","cph"),comment = c(ORCID = "0000-0001-8447-5430")),
    person("INRAE", role = c("fnd")),
    person("European Commission", role = c("fnd"),comment = c("This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 835496")))
Description: 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>).
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: xml2
Suggests: knitr, rmarkdown, tidyr, gganimate, av
VignetteBuilder: knitr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2025-02-17 18:07:18 UTC; brenard
Author: Benjamin Renard [aut, cre, cph]
    (<https://orcid.org/0000-0001-8447-5430>),
  INRAE [fnd],
  European Commission [fnd] (This project has received funding from the
    European Union’s Horizon 2020 research and innovation programme
    under the Marie Sklodowska-Curie grant agreement No 835496)
Maintainer: Benjamin Renard <benjamin.renard@inrae.fr>
Repository: CRAN
Date/Publication: 2025-02-18 11:10:02 UTC
Built: R 4.6.0; ; 2025-08-18 04:11:24 UTC; unix
