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
pianodefines.h File Reference
#include <string>
+ Include dependency graph for pianodefines.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 piano
 

Enumerations

enum  piano::PianoType { piano::PT_GRAND = 0, piano::PT_UPRIGHT, piano::PT_COUNT }
 Enumeration of piano types. More...
 
enum  piano::KeyState { piano::STATE_NORMAL = 0, piano::STATE_FORCED, piano::STATE_COUNT }
 The KeyState enum. More...
 
enum  piano::KeyColor { piano::KC_BLACK = 0, piano::KC_WHITE, piano::KC_COUNT }
 The KeyColor enum. More...
 
enum  piano::FileType { piano::FT_NONE = 0, piano::FT_EPT = 1, piano::FT_CSV = 2 }
 supported piano file types More...
 

Functions

std::string piano::toFileEnding (FileType ft)
 
FileType piano::parseFileType (const std::string &fileEnding)