Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setState
Method
setState
distrho/src/DistrhoPluginVST2.cpp:329–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
328
#if DISTRHO_PLUGIN_WANT_STATE
329
void setState(const char* const key, const char* const value)
330
{
331
fUiHelper->setStateFromUI(key, value);
332
}
333
#endif
334
335
private:
Callers
2
setStateCallback
Method · 0.45
setStateFromUI
Function · 0.45
Calls
1
setStateFromUI
Method · 0.80
Tested by
no test coverage detected