Skip to content

Read and Play Digital Music (MIDI) in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ropensci/fluidsynth

Repository files navigation

fluidsynth

Bindings to libfluidsynth to play and render midi files. See https://docs.ropensci.org/fluidsynth

Installation

You can install the development version of fluidsynth with:

install.packages("fluidsynth", repos = 'https://ropensci.r-universe.dev')

On Debian/Ubuntu you need to install libfluidsynth-dev first:

sudo apt-get install libfluidsynth-dev

And on Fedora you need:

sudo dnf install fluidsynth-dev

On RHEL/CentOS/RockyLinux you first need to enable EPEL:

yum install -y epel-release
sudo yum install fluidsynth-dev

About

Read and Play Digital Music (MIDI) in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published