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

Method setStateCallback

distrho/src/DistrhoUIDSSI.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 static void setStateCallback(void* ptr, const char* key, const char* value)
237 {
238 uiPtr->setState(key, value);
239 }
240
241#if DISTRHO_PLUGIN_WANT_MIDI_INPUT
242 static void sendNoteCallback(void* ptr, uint8_t channel, uint8_t note, uint8_t velocity)

Callers

nothing calls this directly

Calls 1

setStateMethod · 0.45

Tested by

no test coverage detected