Voice - a set of scales, keeping the acoustic data of an instrument.
More...
#include <voice.h>
Voice - a set of scales, keeping the acoustic data of an instrument.
Definition at line 39 of file voice.h.
void Voice::generateArtificialSound |
( |
int |
samplerate | ) |
|
int Voice::getHighestDampedKey |
( |
| ) |
const |
|
inline |
int Voice::getNumberOfScales |
( |
| ) |
const |
|
inline |
double Voice::getRecordedPitch |
( |
int |
key | ) |
const |
|
inline |
int Voice::getSampleRate |
( |
| ) |
const |
|
inline |
Scale& Voice::getScale |
( |
int |
i | ) |
|
|
inline |
bool Voice::insert |
( |
const int |
scale, |
|
|
const int |
key, |
|
|
const QVector< qint32 > & |
L, |
|
|
const QVector< qint32 > & |
R, |
|
|
const int |
sampleRate, |
|
|
const double |
amplification |
|
) |
| |
bool Voice::isVolumeDynamic |
( |
| ) |
const |
|
inline |
void Voice::printInfo |
( |
| ) |
|
bool Voice::read |
( |
QIODevice & |
iodevice | ) |
|
void Voice::setProgress |
( |
QVariant |
percent | ) |
|
|
signal |
void Voice::setProgressText |
( |
QVariant |
text | ) |
|
|
signal |
void Voice::setVerbosity |
( |
int |
verbosity | ) |
|
|
inline |
void Voice::signalArtificialSoundGenerationComplete |
( |
bool |
| ) |
|
|
signal |
bool Voice::write |
( |
QIODevice & |
iodevice | ) |
|
bool Voice::mDynamicVolume |
|
protected |
int Voice::mHighestDampedKey |
|
protected |
QVector<double> Voice::mRecordedPitchInCents |
|
protected |
QVector<Scale> Voice::mScales |
|
protected |
int Voice::mVerbosity = 2 |
|
static |
Verbosity of qDebug() message.
Definition at line 67 of file voice.h.
The documentation for this class was generated from the following files: