SynthLab SDK
|
Contains parameters for the Synth Engine component. More...
#include <synthengine.h>
Public Attributes | |
bool | enableMIDINoteEvents = true |
uint32_t | synthModeIndex = enumToInt(SynthMode::kMono) |
double | globalVolume_dB = 0.0 |
unsigned int | globalPitchBendSensCoarse = 7 |
unsigned int | globalPitchBendSensFine = 0 |
int | globalTuningCoarse = 0 |
int | globalTuningFine = 0 |
double | globalUnisonDetune_Cents = 0.0 |
std::shared_ptr< SynthVoiceParameters > | voiceParameters = std::make_shared<SynthVoiceParameters>() |
uint32_t | globalPitchBendSensCoarse = 7 |
uint32_t | globalPitchBendSensFine = 0 |
int32_t | globalTuningCoarse = 0 |
int32_t | globalTuningFine = 0 |
std::shared_ptr< AudioDelayParameters > | audioDelayParameters = std::make_shared<AudioDelayParameters>() |
bool | enableDelayFX = false |
Contains parameters for the Synth Engine component.