Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
template<class T>
306
void 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
roundAt
Function · 0.85
Tested by
no test coverage detected