MCPcopy 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
395void UI::editParameter(uint32_t index, bool started)
396{
397 uiData->editParamCallback(index + uiData->parameterOffset, started);
398}
399
400void UI::setParameterValue(uint32_t index, float value)
401{

Callers 1

editParameterCallbackFunction · 0.45

Calls 1

editParamCallbackMethod · 0.80

Tested by

no test coverage detected