SynthLab SDK
SynthLab::ModuleCoreData Struct Reference

Contains the two sets of strings unique to each core: the module strings (waveforms for oscillators) and the mod knob label strings. More...

#include <synthstructures.h>

Public Attributes

const char * moduleStrings [MODULE_STRINGS] = { "","","","","","","","","","","","","","","","" }
 up to 16
 
int32_t uniqueIndexes [MODULE_STRINGS] = { -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 }
 up to 16
 
const char * modKnobStrings [MOD_KNOBS] = { "","","","" }
 up to 4
 

Detailed Description

Contains the two sets of strings unique to each core: the module strings (waveforms for oscillators) and the mod knob label strings.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 05 / 02

The documentation for this struct was generated from the following file: