MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setMute

Method setMute

Source/Core/CtrlrModulator/CtrlrModulatorProcessor.cpp:654–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void CtrlrModulatorProcessor::setMute (bool _isMute)
655{
656 const ScopedWriteLock sl (processorLock);
657 isMute = _isMute;
658}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected