MCPcopy Create free account
hub / github.com/apohl79/audiogridder / isSuspended

Method isSuspended

Server/Source/ProcessorClient.cpp:518–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516bool ProcessorClient::supportsDoublePrecisionProcessing() { return m_supportsDoublePrecision; }
517
518bool ProcessorClient::isSuspended() { return m_suspended; }
519
520double ProcessorClient::getTailLengthSeconds() { return m_tailSeconds; }
521

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected