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

Function getParameterCount

distrho/src/DistrhoPluginVST3.cpp:1668–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666 // v3_edit_controller interface calls
1667
1668 int32_t getParameterCount() const noexcept
1669 {
1670 return fVst3ParameterCount;
1671 }
1672
1673 v3_result getParameterInfo(const int32_t rindex, v3_param_info* const info) const noexcept
1674 {

Callers 4

getParameterInfoMethod · 0.70
getParameterValueMethod · 0.70
setParameterValueMethod · 0.70
uiSetParameterValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected