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

Method editParameter

distrho/src/DistrhoPluginCLAP.cpp:636–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 // DPF callbacks
635
636 void editParameter(const uint32_t rindex, const bool started) const
637 {
638 const ClapEventQueue::Event ev = {
639 started ? ClapEventQueue::kEventGestureBegin : ClapEventQueue::kEventGestureEnd,
640 rindex, 0.f
641 };
642 fEventQueue.addEventFromUI(ev);
643 }
644
645 static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started)
646 {

Callers 1

editParameterCallbackMethod · 0.45

Calls 1

addEventFromUIMethod · 0.80

Tested by

no test coverage detected