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

Method isMonoChannelActive

Server/Source/Processor.cpp:875–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875bool Processor::isMonoChannelActive(int ch) {
876 std::lock_guard<std::mutex> lock(m_monoChannelsMtx);
877 return m_monoChannels.isOutputActive(ch);
878}
879
880void Processor::setProcessingPrecision(AudioProcessor::ProcessingPrecision prec) {
881 traceScope();

Callers

nothing calls this directly

Calls 1

isOutputActiveMethod · 0.80

Tested by

no test coverage detected