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

Method desc

src/extended/SpectralMonitorNode.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102static AudioSettingDescriptor s_smSettings[] = {{"windowSize", "WNSZ", SettingType::Integer}, nullptr};
103
104AudioNodeDescriptor * SpectralMonitorNode::desc()
105{
106 static AudioNodeDescriptor d {nullptr, s_smSettings};
107 return &d;
108}
109
110SpectralMonitorNode::SpectralMonitorNode(AudioContext & ac)
111 : AudioBasicInspectorNode(ac, *desc(), 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected