MCPcopy Create free account
hub / github.com/LMMS/lmms / openAndSetAudioFile

Method openAndSetAudioFile

src/core/SampleBuffer.cpp:1055–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053
1054
1055QString SampleBuffer::openAndSetAudioFile()
1056{
1057 QString fileName = this->openAudioFile();
1058
1059 if(!fileName.isEmpty())
1060 {
1061 this->setAudioFile( fileName );
1062 }
1063
1064 return fileName;
1065}
1066
1067
1068QString SampleBuffer::openAndSetWaveformFile()

Callers

nothing calls this directly

Calls 3

openAudioFileMethod · 0.95
setAudioFileMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected