SynthLab SDK
SynthLab::ExciterParameters Struct Reference

Custom parameter structure for the Exciter object for the KS Oscillator and cores. More...

#include <synthlabparams.h>

Public Member Functions

ExciterParametersoperator= (const ExciterParameters &data)
 

Public Attributes

double attackTime_mSec = 1000.0
 from a GUI control
 
double holdTime_mSec = 5000.0
 from a GUI control
 
double releaseTime_mSec = 2500.0
 from a GUI control
 

Detailed Description

Custom parameter structure for the Exciter object for the KS Oscillator and cores.

  • the exciter is more or less the oscillator for a plucked string model
  • tbe GUI controls are for the AHR EG that is embedded in the KS Cores
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: