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

Function quantization

include/AutomationPattern.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 void setRecording( const bool b ) { m_isRecording = b; }
159
160 static int quantization() { return s_quantization; }
161 static void setQuantization(int q) { s_quantization = q; }
162
163public slots:

Callers 13

nl.tsFile · 0.85
putValueMethod · 0.85
setDragValueMethod · 0.85
drawLineMethod · 0.85
drawAutomationPointMethod · 0.85
paintEventMethod · 0.85
keyPressEventMethod · 0.85
mousePressEventMethod · 0.85
dragNotesMethod · 0.85
paintEventMethod · 0.85
finishRecordNoteMethod · 0.85
pasteNotesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected