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

Method desc

src/extended/ADSRNode.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 {"releaseTime", "RELT", SettingType::Float}, nullptr};
32
33 AudioNodeDescriptor * ADSRNode::desc()
34 {
35 static AudioNodeDescriptor d {s_adsrParams, s_adsrSettings};
36 return &d;
37 }
38
39 class ADSRNode::ADSRNodeImpl : public lab::AudioProcessor
40 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected