MCPcopy 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

moveDownMethod · 0.80
~AutomatableModelMethod · 0.80
~TrackMethod · 0.80
SetupDialogMethod · 0.80
fillTemplatesMenuMethod · 0.80
moveDownMethod · 0.80
markSemiToneMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected