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

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

#include <fxobjects.h>

Public Member Functions

SimpleDelayParametersoperator= (const SimpleDelayParameters &params)
 

Public Attributes

double delayTime_mSec = 0.0
 delay tine in mSec
 
bool interpolate = false
 interpolation flag (diagnostics usually)
 
double delay_Samples = 0.0
 current delay in samples; other objects may need to access this information
 

Detailed Description

Custom parameter structure for the SimpleDelay 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=()

SimpleDelayParameters & SimpleDelayParameters::operator= ( const SimpleDelayParameters 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: