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

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

#include <fxobjects.h>

Public Member Functions

BitCrusherParametersoperator= (const BitCrusherParameters &params)
 

Public Attributes

double quantizedBitDepth = 4.0
 bid depth of quantizer
 

Detailed Description

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

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