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

Go to the source code of this file.

Macros

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

Macro Definition Documentation

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

Definition at line 32 of file soundgenerator.cpp.

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

Definition at line 30 of file soundgenerator.cpp.

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

Definition at line 29 of file soundgenerator.cpp.

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

Definition at line 31 of file soundgenerator.cpp.