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

Custom parameter structure for the ClassATubePre object. More...

#include <fxobjects.h>

Public Member Functions

ClassATubePreParametersoperator= (const ClassATubePreParameters &params)
 

Public Attributes

double inputLevel_dB = 0.0
 input level in dB
 
double saturation = 0.0
 input level in dB
 
double asymmetry = 0.0
 input level in dB
 
double outputLevel_dB = 0.0
 input level in dB
 
double lowShelf_fc = 0.0
 LSF shelf frequency.
 
double lowShelfBoostCut_dB = 0.0
 LSF shelf gain/cut.
 
double highShelf_fc = 0.0
 HSF shelf frequency.
 
double highShelfBoostCut_dB = 0.0
 HSF shelf frequency.
 

Detailed Description

Custom parameter structure for the ClassATubePre object.

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

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