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

Function setScaleType

include/AutomatableModel.h:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198 void setRange( const float min, const float max, const float step = 1 );
199 void setScaleType( ScaleType sc ) {
200 m_scaleType = sc;
201 }
202 void setScaleLogarithmic( bool setToTrue = true )
203 {
204 setScaleType( setToTrue ? Logarithmic : Linear );

Callers 2

loadSettingsMethod · 0.85
setScaleLogarithmicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected