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

Function editParameterCallback

distrho/src/DistrhoUIVST3.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 }
662
663 static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started)
664 {
665 static_cast<UIVst3*>(ptr)->editParameter(rindex, started);
666 }
667
668 void setParameterValue(const uint32_t rindex, const float realValue)
669 {

Callers

nothing calls this directly

Calls 1

editParameterMethod · 0.45

Tested by

no test coverage detected