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

Method getTotalNumOutputChannels

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

Source from the content-addressed store, hash-verified

618}
619
620int ProcessorClient::getTotalNumOutputChannels() { return m_numOutputChannels; }
621
622int ProcessorClient::getLatencySamples() { return m_latency; }
623

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected