Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setParameterValue
Function
setParameterValue
examples/Parameters/ExamplePluginParameters.cpp:247–250 ·
view source on GitHub ↗
Change a parameter value. */
Source
from the content-addressed store, hash-verified
245
Change a parameter value.
246
*/
247
void setParameterValue(uint32_t index, float value) override
248
{
249
fParamGrid[index] = value;
250
}
251
252
/**
253
Load a program.
Callers
1
onMouse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected