Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ sampleLength
Method
sampleLength
src/tracks/SampleTrack.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
220
221
MidiTime SampleTCO::sampleLength() const
222
{
223
return (int)( m_sampleBuffer->frames() / Engine::framesPerTick() );
224
}
225
226
227
Callers
2
paintEvent
Method · 0.80
paintEvent
Method · 0.80
Calls
2
framesPerTick
Function · 0.85
frames
Method · 0.80
Tested by
no test coverage detected