Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setSampleStartFrame
Method
setSampleStartFrame
src/tracks/SampleTrack.cpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
void SampleTCO::setSampleStartFrame(f_cnt_t startFrame)
230
{
231
m_sampleBuffer->setStartFrame( startFrame );
232
}
233
234
235
Callers
1
play
Method · 0.80
Calls
1
setStartFrame
Method · 0.80
Tested by
no test coverage detected