Qt graphical user interface to the liquidsfz library, an SFZ synth player.
This program is a WIP, but it is functionnal.
- Qt5 devel files and libraries
- libliquidsfz from the liquidsfz project (available on https://github.com/swesterfeld/liquidsfz)
- libsndfile devel files and libraries (needed by libliquidsfz)
in a terminal, type:
$ cd qliquidsfz
$ qmake -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!