@ -78,12 +79,16 @@ class MainWindow(TemplateMainWindow):
self.ui.checkBox_ignoreProgramChanges.hide()#will be shown after loading an sf2
self.ui.checkBox_ignoreProgramChanges.stateChanged.connect(api.setIgnoreProgramAndBankChanges)#one parameter: int state. 0 is unchecked, 1 is partially, 2 is checked
self.ui.checkBox_playTestAfterSelectingProgram.hide()#will be shown after loading an sf2. NThe state is queried by the comboBoxProgram directly
self.ui.checkBox_playTestAfterSelectingProgram.hide()#will be shown after loading an sf2. The state is queried by the comboBoxProgram directly
self.ui.checkBox_playTestAfterSelectingProgram.stateChanged.connect(self.saveCheckBox_playTestAfterSelectingProgram)#one parameter: int state. 0 is unchecked, 1 is partially, 2 is checked