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

Method editParameterCallback

distrho/src/DistrhoPluginCLAP.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 }
644
645 static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started)
646 {
647 static_cast<ClapUI*>(ptr)->editParameter(rindex, started);
648 }
649
650 void setParameterValue(const uint32_t rindex, const float value)
651 {

Callers

nothing calls this directly

Calls 1

editParameterMethod · 0.45

Tested by

no test coverage detected