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

Method isActive

dgl/src/EventHandlers.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool ButtonEventHandler::isActive() noexcept
212{
213 return pData->state & kButtonStateActive;
214}
215
216void ButtonEventHandler::setActive(const bool active, const bool sendCallback) noexcept
217{

Callers 9

auResetFunction · 0.80
auRenderFunction · 0.80
vst_dispatcherFunction · 0.80
vst_processReplacingFunction · 0.80
setupProcessingFunction · 0.80
setProcessingFunction · 0.80
processFunction · 0.80
flushParametersMethod · 0.80
stateLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected