For general information about the software have a look at the homepage of the project.
The fundamental workflow to complie the Entropy Piano Tuner is the following. For further information regarding your platform have a look in the developer pages.
- Install Qt for your platform.
- Follow the instructions of qtmidi to build the required midi plugin.
- Clone the full repositoy including all submodules via
git clone --recursive https://gitlab.com/tp3/Entropy-Piano-Tuner.git
. - Open the
entropypianotuner.pro
file using the QtCreator to build and run the project. Alternatively you can useqmake
to build from the console.
Regarding development please have a look at the developer pages for further information.