|
unsigned int | OVE::getHighNibble (unsigned int byte) |
|
unsigned int | OVE::getLowNibble (unsigned int byte) |
|
int | OVE::oveKeyToKey (int oveKey) |
|
int | OVE::getInt (int byte, int bits) |
|
int | OVE::tupletToSpace (int tuplet) |
|
QString | OVE::binaryToHarmonyType (int bin) |
|
bool | OVE::getDecoratorType (unsigned int thisByte, bool &measureRepeat, Decorator::Type &decoratorType, bool &singleRepeat, ArticulationType &artType) |
|
void | OVE::extractOctave (unsigned int Bits, OctaveShiftType &octaveShiftType, QList< OctaveShiftPosition > &positions) |
|
bool | OVE::isSpace (char c) |
|
QByteArray | OVE::getByteArray (const Block &block) |
|
Staff * | OVE::getStaff (OveSong *ove, int track) |
|
void | OVE::addToList (QList< int > &list, int number) |
|
bool | OVE::getMiddleUnit (OveSong *ove, int, int, Measure *measure1, Measure *measure2, int unit1, int, Measure *middleMeasure, int &middleUnit) |
|
ChunkType | OVE::nameToChunkType (const NameBlock &name) |
|
int | OVE::chunkTypeToMaxTimes (ChunkType type) |
|
IOVEStreamLoader * | OVE::createOveStreamLoader () |
|