Package: fluidsynth Type: Package Title: Read and Play Digital Music (MIDI) Version: 1.0.3 Authors@R: c( person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")), person("S. Christian Collins", role = "cph", comment = "author of generaluser-gs soundbank")) Description: Bindings to 'libfluidsynth' to parse and synthesize MIDI files. It can read MIDI into a data frame, play it on the local audio device, or convert into an audio file. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Imports: av, rappdirs SystemRequirements: fluidsynth: fluidsynth-devel (rpm) or libfluidsynth-dev (deb). On Linux you also need a soundfont provided by 'fluid-soundfont-gm' (Fedora) or 'sf3-soundfont-gm' (Debian/Ubuntu) URL: https://docs.ropensci.org/fluidsynth/ https://ropensci.r-universe.dev/fluidsynth BugReports: https://github.com/ropensci/fluidsynth/issues Config/pak/sysreqs: libfluidsynth-dev libavfilter-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-11 11:49:15 UTC RemoteUrl: https://github.com/ropensci/fluidsynth RemoteRef: main RemoteSha: 4d2e64f413fa54371de010c2e7e21f0cd3617375 NeedsCompilation: yes Packaged: 2026-06-11 12:06:10 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), S. Christian Collins [cph] (author of generaluser-gs soundbank) Maintainer: Jeroen Ooms