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

Method name

include/LabSound/core/OscillatorNode.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 static const char* static_name() { return "Oscillator"; }
38 virtual const char* name() const override { return static_name(); }
39 static AudioNodeDescriptor * desc();
40
41 virtual void process(ContextRenderLock &, int bufferSize) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected