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

Method setParameterCallback

distrho/src/DistrhoUIDSSI.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 #define uiPtr ((UIDssi*)ptr)
230
231 static void setParameterCallback(void* ptr, uint32_t rindex, float value)
232 {
233 uiPtr->setParameterValue(rindex, value);
234 }
235
236 static void setStateCallback(void* ptr, const char* key, const char* value)
237 {

Callers

nothing calls this directly

Calls 1

setParameterValueMethod · 0.45

Tested by

no test coverage detected