|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
#include "tabulasonora/control_matrix.hpp"#include "tabulasonora/lfo_engine.hpp"#include "tabulasonora/part_modifiers.hpp"#include "tabulasonora/pitch_chain.hpp"#include "tabulasonora/sequence.hpp"#include "tabulasonora/tva_chain.hpp"#include <algorithm>#include <array>#include <cstdlib>#include <vector>Go to the source code of this file.
Classes | |
| struct | ts::RxSwitches |
| The GS receive switches, one per message class the module can be told to ignore. More... | |
| class | ts::Part |
| One of the sixteen parts: the channel state a running engine keeps between events. More... | |
Namespaces | |
| namespace | ts |