Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 988 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 988 Bytes

Entropy Piano Tuner

Information

For general information about the software have a look at the homepage of the project.

Building

Quick instructions

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 use qmake to build from the console.

Developer pages

Regarding development please have a look at the developer pages for further information.