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

Method loadFile

plugins/GigPlayer/GigPlayer.cpp:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141void GigInstrument::loadFile( const QString & _file )
142{
143 if( !_file.isEmpty() && QFileInfo( _file ).exists() )
144 {
145 openFile( _file, false );
146 updatePatch();
147 updateSampleRate();
148 }
149}
150
151
152

Callers

nothing calls this directly

Calls 3

updateSampleRateFunction · 0.85
existsMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected