Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
654
void CtrlrModulatorProcessor::setMute (bool _isMute)
655
{
656
const ScopedWriteLock sl (processorLock);
657
isMute = _isMute;
658
}
Callers
1
valueTreePropertyChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected