Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ last
Method
last
include/InstrumentFunctions.h:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
bool hasSemiTone( int8_t semiTone ) const;
94
95
int8_t last() const
96
{
97
return m_semiTones[size() - 1];
98
}
99
100
const QString & getName() const
101
{
Callers
8
moveDown
Method · 0.80
~AutomatableModel
Method · 0.80
~Track
Method · 0.80
SetupDialog
Method · 0.80
updateRecentlyOpenedProjectsMenu
Method · 0.80
fillTemplatesMenu
Method · 0.80
moveDown
Method · 0.80
markSemiTone
Method · 0.80
Calls
1
size
Function · 0.85
Tested by
no test coverage detected