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

Method setStateCallback

distrho/src/DistrhoPluginCLAP.cpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 static void setStateCallback(void* const ptr, const char* key, const char* value)
693 {
694 static_cast<ClapUI*>(ptr)->setState(key, value);
695 }
696 #endif
697
698 #if DISTRHO_PLUGIN_WANT_MIDI_INPUT

Callers

nothing calls this directly

Calls 1

setStateMethod · 0.45

Tested by

no test coverage detected