MCPcopy 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
221MidiTime SampleTCO::sampleLength() const
222{
223 return (int)( m_sampleBuffer->frames() / Engine::framesPerTick() );
224}
225
226
227

Callers 2

paintEventMethod · 0.80
paintEventMethod · 0.80

Calls 2

framesPerTickFunction · 0.85
framesMethod · 0.80

Tested by

no test coverage detected