|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
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 |
One allpass stage: a read tap, a write tap and the two coefficients around them.
| int ts::AllpassStage::write_tap = 0 |
| int ts::AllpassStage::read_tap = 0 |
| double ts::AllpassStage::coef_a = 0.0 |
| double ts::AllpassStage::coef_b = 0.0 |