Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ imageKnobValueChanged
Method
imageKnobValueChanged
examples/CairoUI/CairoExampleUI.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void imageKnobValueChanged(CairoImageKnob*, const float value) override
142
{
143
setParameterValue(kParameterKnob, value);
144
}
145
146
void imageSwitchClicked(CairoImageSwitch*, bool down) override
147
{
Callers
1
knobValueChanged
Function · 0.80
Calls
1
setParameterValue
Function · 0.70
Tested by
no test coverage detected