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

Method name

include/LabSound/extended/ADSRNode.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 static const char* static_name() { return "ADSR"; }
25 virtual const char* name() const override { return static_name(); }
26 static AudioNodeDescriptor * desc();
27
28 // This function will return true after the release period (only if a noteOff has been issued).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected