Skip to content

AlgoCompSynth/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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 55.8%
  • R 44.2%