Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
rom_image.hpp File Reference
#include "tabulasonora/table_manifest.hpp"
#include <cstdint>
#include <memory>
#include <span>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  ts::RomIdentityError
 Thrown when the supplied SCCore.dll is not the build the table offsets are pinned to. More...
class  ts::RomImage
 Read-only access to SCCore.dll as a data file. More...

Namespaces

namespace  ts

Enumerations

enum class  ts::RomVerification { ts::full , ts::quick , ts::none }
 How strictly RomImage::open checks that the file is the pinned build. More...