MCPcopy 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
164void Note::quantizePos( const int qGrid )
165{
166 setPos( quantized( pos(), qGrid ) );
167}
168
169
170

Callers 2

addNoteMethod · 0.80
quantizeNotesMethod · 0.80

Calls 1

posFunction · 0.85

Tested by

no test coverage detected