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

Method desc

src/extended/PolyBLEPNode.cpp:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389static AudioSettingDescriptor s_pbSettings[] = {{"type", "TYPE", SettingType::Enum, s_polyblep_types}, nullptr};
390
391AudioNodeDescriptor * PolyBLEPNode::desc()
392{
393 static AudioNodeDescriptor d {s_pbParams, s_pbSettings};
394 return &d;
395}
396
397PolyBLEPNode::PolyBLEPNode(AudioContext & ac)
398 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected