|
void | checkAddSampleSet (std::string sampleDirectory, std::string sampleName, CoreProcData &processInfo) |
|
|
double | sampleRate = 0.0 |
| sample rate
|
|
double | midiPitch = 0.0 |
| the midi pitch
|
|
double | outputAmplitude = 1.0 |
| amplitude in dB
|
|
double | panLeftGain = 0.707 |
| left channel gain
|
|
double | panRightGain = 0.707 |
| right channel gain
|
|
double | readIndex = 0.0 |
|
double | phaseInc = 0.0 |
|
float * | pcmBuffer = nullptr |
|
uint32_t | maxBufferSize = 0 |
|
uint32_t | currentIndex = 0 |
|
IPCMSampleSource * | selectedSampleSource = nullptr |
|
uint32_t | moduleType = UNDEFINED_MODULE |
| type of module, LFO_MODULE, EG_MODULE, etc...
|
|
const char * | moduleName = nullptr |
| module name must be set in derived constructor
|
|
void * | moduleHandle = nullptr |
| used for dynamically loading cores from DLLs
|
|
uint32_t | moduleIndex = 0 |
| index of this core
|
|
ModuleCoreData | coreData |
| core strings (16) and mod knob labels (4)
|
|
bool | standAloneMode = false |
| flag for stand-alone mode of operation outside of SynthLab
|
|
std::unique_ptr< GlideModulator > | glideModulator |
| built-in glide modulator for oscillators
|
|
◆ reset()
bool SynthLab::PCMOCore::reset |
( |
CoreProcData & |
processInfo | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- C:/RackAFX Projects/SynthLabCoreFiles/pcmocore_aubio.h
- C:/RackAFX Projects/SynthLabCoreFiles/pcmocore_aubio.cpp