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

Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation. More...

#include <fxobjects.h>

Public Member Functions

PSMVocoderParametersoperator= (const PSMVocoderParameters &params)
 

Public Attributes

double pitchShiftSemitones = 0.0
 pitch shift in half-steps
 
bool enablePeakPhaseLocking = false
 flag to enable phase lock
 
bool enablePeakTracking = false
 flag to enable peak tracking
 

Detailed Description

Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation.

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

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