SynthLab SDK
SynthLab::FMOperatorParameters Struct Reference

Custom parameter structure for moving GUI control information to the FMOperator oscillator object and its cores. Notable members: More...

#include <synthlabparams.h>

Public Attributes

uint32_t waveIndex = 0
 DX algorithm.
 
double octaveDetune = 0.0
 +/- 4 octaves
 
double coarseDetune = 0.0
 +/-12 semitones
 
double fineDetune = 0.0
 +/-50 cents
 
double unisonDetune = 0.0
 fine tune for unison
 
double outputAmplitude_dB = 0.0
 dB
 
double oscillatorShape = 0.0
 [-1, +1]
 
double panValue = 0.00
 [-1, +1]
 
double phaseModIndex = 0.0
 [0, 4]
 
double modKnobValue [4] = { 0.5, 0.0, 0.0, 0.0 }
 mod knobs
 
uint32_t moduleIndex = 0
 module identifier
 
EGParameters dxEGParameters
 parameters for embdedded EG
 
double ratio = 1.0
 FM ratio +/- 4 octaves.
 

Detailed Description

Custom parameter structure for moving GUI control information to the FMOperator oscillator object and its cores. Notable members:

  • waveIndex is the FM algorithm (8 of them in SynthLab-DX)
  • note that in addition to the standard oscillator GUI controls, there are also a set of controls for the DX EG that is built-into each FM Operator
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: