Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
bool Note::hasDetuningInfo() const
224
{
225
return m_detuning && m_detuning->hasAutomation();
226
}
227
228
229
Callers
3
paintEvent
Method · 0.80
playNote
Method · 0.80
selectSample
Method · 0.80
Calls
1
hasAutomation
Method · 0.80
Tested by
no test coverage detected