ASPiK SDK
Loading...
Searching...
No Matches
DelayAPFParameters Struct Reference

Custom parameter structure for the DelayAPF object. Used for reverb algorithms in book. More...

#include <fxobjects.h>

Public Member Functions

DelayAPFParametersoperator= (const DelayAPFParameters &params)
 

Public Attributes

double delayTime_mSec = 0.0
 APF delay time.
 
double apf_g = 0.0
 APF g coefficient.
 
bool enableLPF = false
 flag to enable LPF in structure
 
double lpf_g = 0.0
 LPF g coefficient (if enabled)
 
bool interpolate = false
 interpolate flag (diagnostics)
 
bool enableLFO = false
 flag to enable LFO
 
double lfoRate_Hz = 0.0
 LFO rate in Hz, if enabled.
 
double lfoDepth = 0.0
 LFO deoth (not in %) if enabled.
 
double lfoMaxModulation_mSec = 0.0
 LFO maximum modulation time in mSec.
 

Detailed Description

Custom parameter structure for the DelayAPF object. Used for reverb algorithms in book.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

Member Function Documentation

◆ operator=()

DelayAPFParameters & DelayAPFParameters::operator= ( const DelayAPFParameters params)
inline

all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.


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