MCPcopy 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
1235void SampleBuffer::setAudioFile( const QString & _audio_file )
1236{
1237 m_audioFile = tryToMakeRelative( _audio_file );
1238 update();
1239}
1240
1241
1242

Callers 6

openAndSetAudioFileMethod · 0.95
loadSettingsMethod · 0.45
loadSettingsMethod · 0.45
setSampleFileMethod · 0.45
dropEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected