| 139 | |
| 140 | |
| 141 | void 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 |
nothing calls this directly
no test coverage detected