Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ changeLength
Method
changeLength
src/tracks/SampleTrack.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
121
void SampleTCO::changeLength( const MidiTime & _length )
122
{
123
TrackContentObject::changeLength( qMax( static_cast<int>( _length ), 1 ) );
124
}
125
126
127
Callers
1
mouseDoubleClickEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected