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

Method name

include/LabSound/core/DelayNode.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 static const char* static_name() { return "Delay"; }
47 virtual const char* name() const override { return static_name(); }
48 static AudioNodeDescriptor * desc();
49
50 std::shared_ptr<AudioSetting> delayTime();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected