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

Method setParameterCallback

distrho/src/DistrhoPluginCLAP.cpp:659–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657 }
658
659 static void setParameterCallback(void* const ptr, const uint32_t rindex, const float value)
660 {
661 static_cast<ClapUI*>(ptr)->setParameterValue(rindex, value);
662 }
663
664 void setSizeFromPlugin(const uint width, const uint height)
665 {

Callers

nothing calls this directly

Calls 1

setParameterValueMethod · 0.45

Tested by

no test coverage detected