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

Custom structure to hold component information. More...

#include <fxobjects.h>

Public Member Functions

 WdfComponentInfo (wdfComponent _componentType, double value1=0.0, double value2=0.0)
 

Public Attributes

double R = 0.0
 value of R component
 
double L = 0.0
 value of L component
 
double C = 0.0
 value of C component
 
wdfComponent componentType = wdfComponent::R
 selected component type
 

Detailed Description

Custom structure to hold component information.

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

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