Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::AllpassStage Struct Reference

One allpass stage: a read tap, a write tap and the two coefficients around them. More...

#include <tabulasonora/effect_presets.hpp>

Public Attributes

int write_tap = 0
int read_tap = 0
double coef_a = 0.0
double coef_b = 0.0

Detailed Description

One allpass stage: a read tap, a write tap and the two coefficients around them.

Member Data Documentation

◆ write_tap

int ts::AllpassStage::write_tap = 0

◆ read_tap

int ts::AllpassStage::read_tap = 0

◆ coef_a

double ts::AllpassStage::coef_a = 0.0

◆ coef_b

double ts::AllpassStage::coef_b = 0.0

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