sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Public Member Functions | Public Attributes | List of all members
FolderADAA< pts > Struct Template Reference

Public Member Functions

 FolderADAA (std::initializer_list< float > xi, std::initializer_list< float > yi)
 
void evaluate (SIMD_M128 x, SIMD_M128 &f, SIMD_M128 &adf)
 

Public Attributes

float xs [pts]
 
float ys [pts]
 
float dxs [pts]
 
float slopes [pts]
 
float intercepts [pts]
 
SIMD_M128 xS [pts]
 
SIMD_M128 yS [pts]
 
SIMD_M128 dxS [pts]
 
SIMD_M128 mS [pts]
 
SIMD_M128 cS [pts]
 

Constructor & Destructor Documentation

◆ FolderADAA()

FolderADAA ( std::initializer_list< float >  xi,
std::initializer_list< float >  yi 
)

Member Function Documentation

◆ evaluate()

void evaluate ( SIMD_M128  x,
SIMD_M128 &  f,
SIMD_M128 &  adf 
)

Member Data Documentation

◆ xs

float xs[pts]

◆ ys

float ys[pts]

◆ dxs

float dxs[pts]

◆ slopes

float slopes[pts]

◆ intercepts

float intercepts[pts]

◆ xS

SIMD_M128 xS[pts]

◆ yS

SIMD_M128 yS[pts]

◆ dxS

SIMD_M128 dxS[pts]

◆ mS

SIMD_M128 mS[pts]

◆ cS

SIMD_M128 cS[pts]

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