Skip to content

danboid/Fluida.lv2

 
 

Repository files navigation

Fluida.lv2

Fluidsynth as LV2 plugin

Fluida

Dependencies

  • libcairo2-dev
  • libx11-dev
  • lv2-dev
  • libfluidsynth-dev

Build

  • git submodule init
  • git submodule update
  • make
  • make install # will install into ~/.lv2 ... AND/OR....
  • sudo make install # will install into /usr/lib/lv2

Binary

Pre-compiled binary is here: Fluida.lv2

Modifying your XDG user-dirs.dirs file

It is likely that you don't store your soundfonts in the root of your home directory. If you are using Fluida.lv2 frequently then navigating to your soundfont directory every time you create a new instance of Fluida.lv2 can become tedious in which case you should add your soundfonts dir(s) your ~/.config/user-dirs.dirs file by adding a line such as:

XDG_SF2_DIR="/usr/share/sounds/sf2"

Replace SF2 with a label of your choice for paths you add. You will then be able to access the defined path(s) with a single click from the Places panel of Fluida's File Selector window.

About

Fluidsynth as LV2 plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.0%
  • C 35.7%
  • Makefile 3.3%