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

Method setParameterValue

distrho/src/DistrhoUIDSSI.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185protected:
186 void setParameterValue(const uint32_t rindex, const float value)
187 {
188 if (fOscData.server == nullptr)
189 return;
190
191 fOscData.send_control(rindex, value);
192 }
193
194 void setState(const char* const key, const char* const value)
195 {

Callers 1

setParameterCallbackMethod · 0.45

Calls 1

send_controlMethod · 0.80

Tested by

no test coverage detected