Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setSamplePlayLength
Method
setSamplePlayLength
src/tracks/SampleTrack.cpp:237–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
237
void SampleTCO::setSamplePlayLength(f_cnt_t length)
238
{
239
m_sampleBuffer->setEndFrame( length );
240
}
241
242
243
Callers
1
play
Method · 0.80
Calls
1
setEndFrame
Method · 0.80
Tested by
no test coverage detected