|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
Where a front end looked for the ROM, and what it found. More...
#include <tabulasonora/rom_locator.hpp>
Public Member Functions | |
| bool | found () const noexcept |
Public Attributes | |
| std::filesystem::path | path |
| The resolved path, empty if nothing was found. | |
| std::vector< std::string > | searched |
| Human-readable account of where it came from, for the error message when it is empty. | |
Where a front end looked for the ROM, and what it found.
|
inlinenodiscardnoexcept |
| std::filesystem::path ts::RomLocation::path |
The resolved path, empty if nothing was found.
| std::vector<std::string> ts::RomLocation::searched |
Human-readable account of where it came from, for the error message when it is empty.