SynthLab SDK
SynthLab::VA1Coeffs Struct Reference

Tiny structure to hold 1st order VA filter coefficients, to make it easier to share them across sync-tuned filters. More...

#include <synthlabparams.h>

Public Attributes

double alpha = 0.0
 alpha is (wcT/2)
 
double beta = 1.0
 beta value, not used
 

Detailed Description

Tiny structure to hold 1st order VA filter coefficients, to make it easier to share them across sync-tuned filters.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 05 / 02

The documentation for this struct was generated from the following file: