DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::AlgorithmicReverb< T >::PresetValues Struct Reference

#include <AlgorithmicReverb.h>

Collaboration diagram for dspark::AlgorithmicReverb< T >::PresetValues:

Public Attributes

size
 
decay
 
hdMult
 
bdMult
 
hxover
 
bxover
 
diff
 
modDepth
 
modRate
 
earlyLvl
 
lateLvl
 
erToLate
 
bool toneLP
 
bool toneHP
 

Detailed Description

template<FloatType T>
struct dspark::AlgorithmicReverb< T >::PresetValues

Definition at line 1916 of file AlgorithmicReverb.h.

Member Data Documentation

◆ bdMult

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::bdMult

Definition at line 1917 of file AlgorithmicReverb.h.

◆ bxover

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::bxover

Definition at line 1917 of file AlgorithmicReverb.h.

◆ decay

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::decay

Definition at line 1917 of file AlgorithmicReverb.h.

◆ diff

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::diff

Definition at line 1918 of file AlgorithmicReverb.h.

◆ earlyLvl

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::earlyLvl

Definition at line 1918 of file AlgorithmicReverb.h.

◆ erToLate

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::erToLate

Definition at line 1918 of file AlgorithmicReverb.h.

◆ hdMult

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::hdMult

Definition at line 1917 of file AlgorithmicReverb.h.

◆ hxover

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::hxover

Definition at line 1917 of file AlgorithmicReverb.h.

◆ lateLvl

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::lateLvl

Definition at line 1918 of file AlgorithmicReverb.h.

◆ modDepth

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::modDepth

Definition at line 1918 of file AlgorithmicReverb.h.

◆ modRate

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::modRate

Definition at line 1918 of file AlgorithmicReverb.h.

◆ size

template<FloatType T>
T dspark::AlgorithmicReverb< T >::PresetValues::size

Definition at line 1917 of file AlgorithmicReverb.h.

◆ toneHP

template<FloatType T>
bool dspark::AlgorithmicReverb< T >::PresetValues::toneHP

Definition at line 1919 of file AlgorithmicReverb.h.

◆ toneLP

template<FloatType T>
bool dspark::AlgorithmicReverb< T >::PresetValues::toneLP

Definition at line 1919 of file AlgorithmicReverb.h.


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