![]() |
Just Intonation
Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
|
Go to the source code of this file.
Macros | |
#define | STATUS if (Voice::mVerbosity >= 4) qDebug() << "Instrument:" |
#define | MESSAGE if (Voice::mVerbosity >= 3) qDebug() << "Instrument:" |
#define | WARNING if (Voice::mVerbosity >= 2) qWarning()<<"Instrument: WARNING:" |
#define | ERROR if (Voice::mVerbosity >= 1) qCritical() << "Instrument: ERROR:" |
#define ERROR if (Voice::mVerbosity >= 1) qCritical() << "Instrument: ERROR:" |
Definition at line 32 of file instrument.cpp.
#define MESSAGE if (Voice::mVerbosity >= 3) qDebug() << "Instrument:" |
Definition at line 30 of file instrument.cpp.
#define STATUS if (Voice::mVerbosity >= 4) qDebug() << "Instrument:" |
Definition at line 29 of file instrument.cpp.
#define WARNING if (Voice::mVerbosity >= 2) qWarning()<<"Instrument: WARNING:" |
Definition at line 31 of file instrument.cpp.