|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
#include "tabulasonora/effect_presets.hpp"#include <array>#include <cstdint>#include <optional>#include <span>#include <vector>Go to the source code of this file.
Classes | |
| class | ts::Effect |
| A stereo send effect fed from one mono bus. More... | |
| class | ts::DcBlocker |
| The engine's DC blocker: one design, instantiated once on each effect input. More... | |
| class | ts::Reverb |
| The GS reverb: a Schroeder/Dattorro tank transcribed from the engine. More... | |
| class | ts::Chorus |
| The GS chorus: a modulated delay line with two anti-phase taps. More... | |
| struct | ts::DelayParameters |
| Compiled coefficients for one GS delay type. More... | |
| class | ts::SystemDelay |
| The GS system delay: three taps off one feedback line, behind a fixed input pre-delay. More... | |
Namespaces | |
| namespace | ts |