|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
#include "tabulasonora/rom_image.hpp"#include "tabulasonora/table_manifest.hpp"#include <cstdint>#include <filesystem>#include <span>#include <string>#include <string_view>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | ts::TableSet |
| The static tables the engine needs, loaded from SCCore.dll or from a directory of extracted .bin slices. More... | |
| struct | ts::TableSet::names |
| Cache file names for every table in the manifest. More... | |
Namespaces | |
| namespace | ts |