MCPcopy Create free account
hub / github.com/LMMS/lmms / logToLinearScale

Method logToLinearScale

src/core/AutomatableModel.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254
255template<class T> T AutomatableModel::logToLinearScale( T value ) const
256{
257 return castValue<T>( ::logToLinearScale( minValue<float>(), maxValue<float>(), static_cast<float>( value ) ) );
258}
259
260
261float AutomatableModel::scaledValue( float value ) const

Callers

nothing calls this directly

Calls 1

logToLinearScaleFunction · 0.85

Tested by

no test coverage detected