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

Function setScaleLogarithmic

include/AutomatableModel.h:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 m_scaleType = sc;
201 }
202 void setScaleLogarithmic( bool setToTrue = true )
203 {
204 setScaleType( setToTrue ? Logarithmic : Linear );
205 }
206 bool isScaleLogarithmic() const
207 {
208 return m_scaleType == Logarithmic;

Callers

nothing calls this directly

Calls 1

setScaleTypeFunction · 0.85

Tested by

no test coverage detected