Skip to content
/ qliquidsfz Public

Qt graphical user interface to the liquidsfz library, an SFZ synth player.

License

Notifications You must be signed in to change notification settings

be1/qliquidsfz

Repository files navigation

QLiquidSFZ

Qt graphical user interface to the liquidsfz library, an SFZ synth player.

Status

This program is a WIP, but it is functionnal.

Prerequisites install

  • Qt5 or Qt6 devel files and libraries
  • libliquidsfz from the liquidsfz project (available on https://github.com/swesterfeld/liquidsfz)
  • libsndfile devel files and libraries (needed by libliquidsfz)
  • lv2 headers (needed by liquidsfz LV2 plugin)

Configuring

in a terminal, type:

$ cd qliquidsfz

$ qmake -config release (or qmake6 -config release)

Building

in a terminal, inside the qliquidsfz directory, type:

$ make

Installing

in a terminal, inside the qliquidsfz directory, type:

$ sudo make install

Running

click on the newly created applications menu entry "QLiquidSFZ", or if you prefer, type in a terminal:

$ qliquidsfz

enjoy!

About

Qt graphical user interface to the liquidsfz library, an SFZ synth player.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published