Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setAudioFile
Method
setAudioFile
src/core/SampleBuffer.cpp:1235–1239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1233
1234
1235
void SampleBuffer::setAudioFile( const QString & _audio_file )
1236
{
1237
m_audioFile = tryToMakeRelative( _audio_file );
1238
update();
1239
}
1240
1241
1242
Callers
6
openAndSetAudioFile
Method · 0.95
openAndSetWaveformFile
Method · 0.95
loadSettings
Method · 0.45
loadSettings
Method · 0.45
setSampleFile
Method · 0.45
dropEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected