20 #ifndef __SYNTHCLONE_TYPES_H__ 21 #define __SYNTHCLONE_TYPES_H__ 23 #include <QtCore/QMetaType> 24 #include <QtCore/QtGlobal> quint16 SampleChannelCount
Holds a sample channel count.
Definition: types.h:72
const SampleRate SAMPLE_RATE_MAXIMUM
The maximum valid sample rate.
Definition: types.h:123
const SampleChannelCount SAMPLE_CHANNEL_COUNT_MINIMUM
The minimum valid sample channel count.
Definition: types.h:78
const SampleRate SAMPLE_RATE_NOT_SET
A value indicating the sample rate is not set.
Definition: types.h:104
const SampleChannelCount SAMPLE_CHANNEL_COUNT_MAXIMUM
The maximum valid sample channel count.
Definition: types.h:84
ControlType
MIDI control types.
Definition: types.h:32
Definition: component.h:26
SessionState
Defines session states.
Definition: types.h:148
const SampleTime SAMPLE_TIME_MAXIMUM
The maximum valid sample time.
Definition: types.h:142
Menu
Menu identifiers for default synthclone menus.
Definition: types.h:44
qint64 SampleFrameCount
Holds a count of sample frames, or an offset with sample frames.
Definition: types.h:90
float SampleTime
Holds a sample time (in seconds).
Definition: types.h:129
const MIDIData MIDI_VALUE_NOT_SET
A MIDIData value that refers to unset values.
Definition: types.h:66
quint8 MIDIData
Holds a byte of MIDI data.
Definition: types.h:59
quint32 SampleRate
Holds a sample rate.
Definition: types.h:96
const SampleRate SAMPLE_RATE_MINIMUM
The minimum valid sample rate.
Definition: types.h:112
const SampleTime SAMPLE_TIME_MINIMUM
The minimum valid sample time.
Definition: types.h:135