/qliquidsfz

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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

Configuring

in a terminal, type:

$ cd qliquidsfz

$ qmake -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!