![]() |
Just Intonation
Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
|
#include "wave.h"
#include <QFile>
#include <QDebug>
#include <QThread>
#include <QtGlobal>
#include "instrumentfilehandler.h"
#include "voice.h"
Go to the source code of this file.
Macros | |
#define | STATUS if (Voice::mVerbosity >= 4) qDebug() << "Wave:" |
#define | MESSAGE if (Voice::mVerbosity >= 3) qDebug() << "Wave:" |
#define | WARNING if (Voice::mVerbosity >= 2) qWarning()<<"Wave: WARNING:" |
#define | ERROR if (Voice::mVerbosity >= 1) qCritical() << "Wave: ERROR:" |
#define ERROR if (Voice::mVerbosity >= 1) qCritical() << "Wave: ERROR:" |
#define MESSAGE if (Voice::mVerbosity >= 3) qDebug() << "Wave:" |
#define STATUS if (Voice::mVerbosity >= 4) qDebug() << "Wave:" |
#define WARNING if (Voice::mVerbosity >= 2) qWarning()<<"Wave: WARNING:" |