Qt graphical user interface to the liquidsfz library, an SFZ synth player.
This program is a WIP, but it is functionnal.
- 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)
in a terminal, type:
$ cd qliquidsfz
$ qmake -config release (or qmake6 -config release)
in a terminal, inside the qliquidsfz directory, type:
$ make
in a terminal, inside the qliquidsfz directory, type:
$ sudo make install
click on the newly created applications menu entry "QLiquidSFZ", or if you prefer, type in a terminal:
$ qliquidsfz
enjoy!