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

Method name

include/LabSound/extended/SpectralMonitorNode.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 static const char* static_name() { return "SpectralMonitor"; }
29 virtual const char* name() const override { return static_name(); }
30 static AudioNodeDescriptor * desc();
31
32 virtual void process(ContextRenderLock &, int bufferSize) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected