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

Method isInitialized

include/LabSound/core/AudioProcessor.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 // Resets filter state
36 virtual void reset() = 0;
37 bool isInitialized() const { return m_initialized; }
38
39 virtual double tailTime(ContextRenderLock & r) const = 0;
40 virtual double latencyTime(ContextRenderLock & r) const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected