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

Function _getNormalizedParameterValue

distrho/src/DistrhoPluginVST3.cpp:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 // utilities and common code
703
704 double _getNormalizedParameterValue(const uint32_t index, const double plain)
705 {
706 const ParameterRanges& ranges(fPlugin.getParameterRanges(index));
707 return ranges.getFixedAndNormalizedValue(plain);
708 }
709
710 void _setNormalizedPluginParameterValue(const uint32_t index, const double normalized)
711 {

Callers 4

ctrl2view_notifyFunction · 0.85

Calls 1

Tested by

no test coverage detected