Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
rom_locator.hpp File Reference
#include <filesystem>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  ts::RomLocation
 Where a front end looked for the ROM, and what it found. More...

Namespaces

namespace  ts

Functions

RomLocation ts::locate_rom (const std::string &explicit_path)
 Finds the ROM, preferring what the caller asked for over what the environment pins.
std::string ts::rom_not_found_message (const RomLocation &location)
 The message to print when nothing was found.

Variables

constexpr const char * ts::rom_path_variable = "TS_SCCORE_DLL"
 The environment variable that pins the ROM path.