sst-filters
Filters submodule for the Surge Synthesizer
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
LinkwitzRiley.h File Reference

Classes

struct  LinkwitzRileyLR4Crossover
 

Namespaces

namespace  sst
 Parent namespace for all Surge Synth Team code.
 
namespace  sst::filters
 DSP code for Surge filters.
 

Macros

#define LR_ADD(a, b)   SIMD_MM(add_ps)(a, b)
 
#define LR_SUB(a, b)   SIMD_MM(sub_ps)(a, b)
 
#define LR_MUL(a, b)   SIMD_MM(mul_ps)(a, b)
 

Macro Definition Documentation

◆ LR_ADD

#define LR_ADD (   a,
 
)    SIMD_MM(add_ps)(a, b)

◆ LR_SUB

#define LR_SUB (   a,
 
)    SIMD_MM(sub_ps)(a, b)

◆ LR_MUL

#define LR_MUL (   a,
 
)    SIMD_MM(mul_ps)(a, b)