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

Method editParameterCallback

distrho/src/DistrhoUIStub.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started)
70 {
71 static_cast<UIStub*>(ptr)->editParameter(rindex, started);
72 }
73
74 void setParameterValue(uint32_t, float)
75 {

Callers

nothing calls this directly

Calls 1

editParameterMethod · 0.45

Tested by

no test coverage detected