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

Custom parameter structure for the LFO and DFOscillator objects. More...

#include <fxobjects.h>

Public Member Functions

OscillatorParametersoperator= (const OscillatorParameters &params)
 

Public Attributes

generatorWaveform waveform = generatorWaveform::kTriangle
 the current waveform
 
double frequency_Hz = 0.0
 oscillator frequency
 

Detailed Description

Custom parameter structure for the LFO and DFOscillator objects.

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=()

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