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

Method setParameterValue

distrho/src/DistrhoPluginCLAP.cpp:650–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 }
649
650 void setParameterValue(const uint32_t rindex, const float value)
651 {
652 const ClapEventQueue::Event ev = {
653 ClapEventQueue::kEventParamSet,
654 rindex, value
655 };
656 fEventQueue.addEventFromUI(ev);
657 }
658
659 static void setParameterCallback(void* const ptr, const uint32_t rindex, const float value)
660 {

Callers 5

setParameterCallbackMethod · 0.45
resetMethod · 0.45
processMethod · 0.45
stateLoadMethod · 0.45

Calls 1

addEventFromUIMethod · 0.80

Tested by

no test coverage detected