MCPcopy Create free account
hub / github.com/audacity/audacity / MapLogarithmically

Function MapLogarithmically

src/effects/DynamicRangeProcessorEditor.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98auto MapLogarithmically(double x)
99{
100 return (std::log(x * (std::exp(C) - 1) + 1)) / C;
101}
102
103auto MapLogarithmically(double min, double max, double x)
104{

Callers 1

TextToSliderValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected