MCPcopy Create free account
hub / github.com/LabSound/LabSound / AudioParamDescriptor

Class AudioParamDescriptor

include/LabSound/core/AudioParamDescriptor.h:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace lab {
10
11struct AudioParamDescriptor
12{
13 char const * const name;
14 char const * const shortName;
15 double defaultValue, minValue, maxValue;
16};
17
18} // namespace
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected