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

Method desc

src/extended/SfxrNode.cpp:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 {"waveType", "WAVE", SettingType::Enum, s_waveTypes}, nullptr};
627
628AudioNodeDescriptor * SfxrNode::desc()
629{
630 static AudioNodeDescriptor d {s_sfxParams, s_sfxSettings};
631 return &d;
632}
633
634SfxrNode::SfxrNode(AudioContext & ac)
635 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected