Wiki

Clone wiki

Tabloid / Home

Tabloid

Tabloid reads in wav files and outputs sheet music!

Documents

We used Google Drive to edit and share our documents. View them here.

Coding Standards

We use the Google C++ coding standards because it's already there, except we use 4 spaces instead of 2. Please follow these standards if you wish to add to the repo.

Installing Tabloid

Since aubio is Linux only, Tabloid currently only works on Linux. Future releases will add Windows support.

Installing On Ubuntu 12.04+

Download and install Qt 5 for Linux.

Download install.sh from our Downloads page, and place it in the same director you installed Qt 5. Not in the Qt folder, but on the same level as the Qt folder.

Execute with

$ sudo ./install.sh

Enter yes when prompted. This will create a Tabloid executable.

Installing On Other Distros

Dependencies:

  • Qt 5

  • aubio

Install libaubio-dev from your package manager. Note that for aubio to work, its headers must be located in the root in the include directory, not in its own folder.

Updated