Read and Play Digital Music (MIDI) (original) (raw)

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:

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