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

Method setMonoChannels

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

Source from the content-addressed store, hash-verified

774}
775
776void ProcessorClient::setMonoChannels(uint64 channels) {
777 std::lock_guard<std::mutex> lock(m_cmdMtx);
778
779 Message<SetMonoChannels> msg(this);
780 DATA(msg)->idx = 0;
781 DATA(msg)->channels = channels;
782 msg.send(m_sockCmdOut.get());
783}
784
785} // namespace e47

Callers

nothing calls this directly

Calls 2

sendMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected