MCPcopy Create free account
hub / github.com/DISTRHO/DPF / setState

Function setState

examples/Meters/ExamplePluginMeters.cpp:196–202  ·  view source on GitHub ↗

Change an internal state. */

Source from the content-addressed store, hash-verified

194 Change an internal state.
195 */
196 void setState(const char* key, const char*) override
197 {
198 if (std::strcmp(key, "reset") != 0)
199 return;
200
201 fNeedsReset = true;
202 }
203
204 /* --------------------------------------------------------------------------------------------------------
205 * Process */

Callers 1

onNanoDisplayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected