Entropy Piano Tuner  1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
prerequisites.h File Reference
#include <stdlib.h>
+ Include dependency graph for prerequisites.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  OperationMode {
  MODE_IDLE = 0, MODE_RECORDING, MODE_CALCULATION, MODE_TUNING,
  MODE_COUNT
}
 Operation mode of the tuner. More...
 

Functions

int toFlag (OperationMode mode)
 

Enumeration Type Documentation

Operation mode of the tuner.

Enumerator
MODE_IDLE 

Do nothing.

MODE_RECORDING 

Mode for recording the piano keys.

MODE_CALCULATION 

Mode where the entropy optimization is carried out.

MODE_TUNING 

Mode for manually tuning the piano.

MODE_COUNT 

The count of modes.

Definition at line 66 of file prerequisites.h.

Function Documentation

int toFlag ( OperationMode  mode)
inline

Definition at line 76 of file prerequisites.h.