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

Method roundAt

src/core/AutomatableModel.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template<class T>
306void AutomatableModel::roundAt( T& value, const T& where ) const
307{
308 ::roundAt(value, where, m_step);
309}
310
311
312

Callers

nothing calls this directly

Calls 1

roundAtFunction · 0.85

Tested by

no test coverage detected