Pitch.cpp File Reference

#include "Pitch.h"
#include "Preferences.h"
#include <cmath>

Include dependency graph for Pitch.cpp:

Go to the source code of this file.

Variables

static QString notes []
static QString flatNotes []


Variable Documentation

QString notes[] [static]

Initial value:

 {
    "C%1",  "C#%1", "D%1",  "D#%1",
    "E%1",  "F%1",  "F#%1", "G%1",
    "G#%1", "A%1",  "A#%1", "B%1"
}

Definition at line 86 of file Pitch.cpp.

Referenced by MIDIFileWriter::convert(), and Pitch::getPitchLabel().

QString flatNotes[] [static]

Initial value:

 {
    "C%1",  "Db%1", "D%1",  "Eb%1",
    "E%1",  "F%1",  "Gb%1", "G%1",
    "Ab%1", "A%1",  "Bb%1", "B%1"
}

Definition at line 92 of file Pitch.cpp.

Referenced by Pitch::getPitchLabel().


Generated on Wed Feb 20 15:45:30 2008 for SonicVisualiser by  doxygen 1.5.1