Just Intonation  Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
scale.cpp File Reference
#include "scale.h"
#include <QDebug>
#include <QThread>
#include "instrumentfilehandler.h"
#include "voice.h"
Include dependency graph for scale.cpp:

Go to the source code of this file.

Macros

#define STATUS   if (Voice::mVerbosity >= 4) qDebug() << "Scale:"
 
#define MESSAGE   if (Voice::mVerbosity >= 3) qDebug() << "Scale:"
 
#define WARNING   if (Voice::mVerbosity >= 2) qWarning()<<"Scale: WARNING:"
 
#define ERROR   if (Voice::mVerbosity >= 1) qCritical() << "Scale: ERROR:"
 

Macro Definition Documentation

#define ERROR   if (Voice::mVerbosity >= 1) qCritical() << "Scale: ERROR:"

Definition at line 35 of file scale.cpp.

#define MESSAGE   if (Voice::mVerbosity >= 3) qDebug() << "Scale:"

Definition at line 33 of file scale.cpp.

#define STATUS   if (Voice::mVerbosity >= 4) qDebug() << "Scale:"

Definition at line 32 of file scale.cpp.

#define WARNING   if (Voice::mVerbosity >= 2) qWarning()<<"Scale: WARNING:"

Definition at line 34 of file scale.cpp.