Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setValue
Method
setValue
dgl/src/EventHandlers.cpp:694–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
692
}
693
694
bool KnobEventHandler::setValue(const float value, const bool sendCallback) noexcept
695
{
696
return pData->setValue(value, sendCallback);
697
}
698
699
float KnobEventHandler::getNormalizedValue() const noexcept
700
{
Callers
1
parameterChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected