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

Method getParameterValue

distrho/src/DistrhoPlugin.cpp:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 * Init */
228
229float Plugin::getParameterValue(uint32_t) const { return 0.0f; }
230void Plugin::setParameterValue(uint32_t, float) {}
231
232#if DISTRHO_PLUGIN_WANT_PROGRAMS

Callers 15

lv2_generate_ttlFunction · 0.45
PluginAUFunction · 0.45
auGetPropertyFunction · 0.45
auGetParameterFunction · 0.45
runFunction · 0.45
retrieveClassInfoFunction · 0.45
vst_dispatcherFunction · 0.45
vst_getParameterFunction · 0.45
PluginJackMethod · 0.45
idleCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected