Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ editParameter
Method
editParameter
distrho/src/DistrhoUI.cpp:395–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
395
void UI::editParameter(uint32_t index, bool started)
396
{
397
uiData->editParamCallback(index + uiData->parameterOffset, started);
398
}
399
400
void UI::setParameterValue(uint32_t index, float value)
401
{
Callers
1
editParameterCallback
Function · 0.45
Calls
1
editParamCallback
Method · 0.80
Tested by
no test coverage detected