|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
#include <Delay.h>

Public Attributes | |
| SampleType | fbLpZ1 = 0 |
| SampleType | fbHpZ1 = 0 |
| SampleType | lastFeedback = 0 |
| SampleType | pingPongFb = 0 |
| SampleType | currentDelay = 0 |
| SampleType | targetDelay = 0 |
| Smoothers::LinearSmoother | lin |
| Smoothers::ExponentialSmoother | exp |
| Smoothers::OnePoleSmoother | onePole |
| Smoothers::MultiPoleSmoother< 2 > | multi2 |
| Smoothers::AsymmetricSmoother | asym |
| Smoothers::SlewLimiter | slew |
| Smoothers::StateVariableSmoother | svf |
| Smoothers::ButterworthSmoother | butter |
| Smoothers::CriticallyDampedSmoother | crit |
| Smoothers::AsymmetricSmoother dspark::Delay< SampleType >::ChannelState::asym |
| Smoothers::ButterworthSmoother dspark::Delay< SampleType >::ChannelState::butter |
| Smoothers::CriticallyDampedSmoother dspark::Delay< SampleType >::ChannelState::crit |
| SampleType dspark::Delay< SampleType >::ChannelState::currentDelay = 0 |
| Smoothers::ExponentialSmoother dspark::Delay< SampleType >::ChannelState::exp |
| SampleType dspark::Delay< SampleType >::ChannelState::fbHpZ1 = 0 |
| SampleType dspark::Delay< SampleType >::ChannelState::fbLpZ1 = 0 |
| SampleType dspark::Delay< SampleType >::ChannelState::lastFeedback = 0 |
| Smoothers::LinearSmoother dspark::Delay< SampleType >::ChannelState::lin |
| Smoothers::MultiPoleSmoother<2> dspark::Delay< SampleType >::ChannelState::multi2 |
| Smoothers::OnePoleSmoother dspark::Delay< SampleType >::ChannelState::onePole |
| SampleType dspark::Delay< SampleType >::ChannelState::pingPongFb = 0 |
| Smoothers::SlewLimiter dspark::Delay< SampleType >::ChannelState::slew |
| Smoothers::StateVariableSmoother dspark::Delay< SampleType >::ChannelState::svf |
| SampleType dspark::Delay< SampleType >::ChannelState::targetDelay = 0 |