MCPcopy 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
335private:

Callers 2

setStateCallbackMethod · 0.45
setStateFromUIFunction · 0.45

Calls 1

setStateFromUIMethod · 0.80

Tested by

no test coverage detected