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

Method setValue

dgl/src/EventHandlers.cpp:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694bool KnobEventHandler::setValue(const float value, const bool sendCallback) noexcept
695{
696 return pData->setValue(value, sendCallback);
697}
698
699float KnobEventHandler::getNormalizedValue() const noexcept
700{

Callers 1

parameterChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected