Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ quantizePos
Method
quantizePos
src/core/Note.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
void Note::quantizePos( const int qGrid )
165
{
166
setPos( quantized( pos(), qGrid ) );
167
}
168
169
170
Callers
2
addNote
Method · 0.80
quantizeNotes
Method · 0.80
Calls
1
pos
Function · 0.85
Tested by
no test coverage detected