SynthLab SDK
|
Structure for holding information about a static wavetable, that is read from a static location, either compiled into the synth as a resource, or from a binary data file at startup time. More...
#include <synthbase.h>
Public Attributes | |
const uint64_t * | uTable |
table of 64-bit HEX values | |
const double * | dTable |
table of 64-bit doubles | |
uint32_t | tableLength = kDefaultWaveTableLength |
length | |
uint32_t | wrapMask = kDefaultWaveTableLength - 1 |
wrapping mask = length - 1 | |
double | outputComp = 1.0 |
output scaling factor (NOT volume or attenuation, waveform specific) | |
double | tableFs = 44100.0 |
const char * | waveformName |
waveform name string | |
Structure for holding information about a static wavetable, that is read from a static location, either compiled into the synth as a resource, or from a binary data file at startup time.