SynthLab SDK
synthlabdm.h File Reference

See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle. More...

#include "../synthbase.h"
#include "../synthconstants.h"
#include "../synthfunctions.h"
#include "modulegetter.h"

Go to the source code of this file.

Classes

class  DynamicModuleManager
 This object maintains a set of SynthLab-DM Dynamic Modules. More...
 

Variables

const uint32_t NUM_LFO_MODULE = 2
 
const uint32_t NUM_EG_MODULE = 3
 
const uint32_t NUM_DCA_MODULE = 1
 
const uint32_t NUM_FILTER_MODULE = 2
 
const uint32_t NUM_WTO_MODULE = 4
 
const uint32_t NUM_VAO_MODULE = 4
 
const uint32_t NUM_FMO_MODULE = 4
 
const uint32_t NUM_PCMO_MODULE = 4
 
const uint32_t NUM_KSO_MODULE = 4
 
const uint32_t NUM_OSC_MODULE = 4
 

Detailed Description

See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.

Author
Will Pirkle
Date
20-April-2021