|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Access for generic tooling (JSON rendering, preset browsers). More...
#include <StateBlob.h>
Public Attributes | |
| std::string | key |
| uint8_t | type = 0 |
| uint32_t | payload = 0 |
| std::vector< uint8_t > | bytes |
| Nested blob content (type 3). | |
Access for generic tooling (JSON rendering, preset browsers).
Definition at line 239 of file StateBlob.h.
| std::vector<uint8_t> dspark::StateReader::Entry::bytes |
Nested blob content (type 3).
Definition at line 244 of file StateBlob.h.
| std::string dspark::StateReader::Entry::key |
Definition at line 241 of file StateBlob.h.
| uint32_t dspark::StateReader::Entry::payload = 0 |
Definition at line 243 of file StateBlob.h.
| uint8_t dspark::StateReader::Entry::type = 0 |
Definition at line 242 of file StateBlob.h.