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

#include <Phaser.h>

Public Attributes

std::array< T, kMaxChannelsxPrev {}
 
std::array< T, kMaxChannelsyPrev {}
 

Detailed Description

template<FloatType T>
struct dspark::Phaser< T >::FirstOrderAllpass

Definition at line 441 of file Phaser.h.

Member Data Documentation

◆ xPrev

template<FloatType T>
std::array<T, kMaxChannels> dspark::Phaser< T >::FirstOrderAllpass::xPrev {}

Definition at line 443 of file Phaser.h.

◆ yPrev

template<FloatType T>
std::array<T, kMaxChannels> dspark::Phaser< T >::FirstOrderAllpass::yPrev {}

Definition at line 444 of file Phaser.h.


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