SynthLab SDK
SynthLab::MorphBankData Struct Reference

Information about a bank of wavetables that are used in the morphing wavetable core. More...

#include <synthlabwtsource.h>

Public Attributes

std::string bankName = empty_string.c_str()
 one name for bank
 
uint32_t numTables = 1
 number of wavetables in bank (up to 16)
 
std::string tableNames [MODULE_STRINGS]
 names of wavetables
 
int32_t tableIndexes [MODULE_STRINGS] = { -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 }
 unique indexes for faster lookup
 
StaticTableSource staticSources [MODULE_STRINGS]
 

Detailed Description

Information about a bank of wavetables that are used in the morphing wavetable core.

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: