MCPcopy Create free account
hub / github.com/Signalsmith-Audio/reverb-example-code / Code

Enum Code

wav.h:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44public:
45 struct Result {
46 enum class Code {
47 OK = 0,
48 IO_ERROR,
49 FORMAT_ERROR,
50 UNSUPPORTED,
51 WEIRD_CONFIG
52 };
53 Code code = Code::OK;
54 std::string reason;
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected