|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
#include "tabulasonora/note_renderer.hpp"#include "tabulasonora/part.hpp"#include "tabulasonora/render_options.hpp"#include "tabulasonora/smf_reader.hpp"#include "tabulasonora/voice_pool.hpp"#include <cstdint>#include <memory>#include <optional>#include <span>Go to the source code of this file.
Classes | |
| struct | ts::ToneGeneratorOptions |
| How a running engine should behave. More... | |
| class | ts::ToneGenerator |
| The real-time engine: MIDI in, audio out, rendered a block at a time. More... | |
Namespaces | |
| namespace | ts |