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

Method hasDetuningInfo

src/core/Note.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223bool Note::hasDetuningInfo() const
224{
225 return m_detuning && m_detuning->hasAutomation();
226}
227
228
229

Callers 3

paintEventMethod · 0.80
playNoteMethod · 0.80
selectSampleMethod · 0.80

Calls 1

hasAutomationMethod · 0.80

Tested by

no test coverage detected