|
|
@ -44,8 +44,7 @@ class AuditionerMidiInputComboController(object): |
|
|
|
self.volumeDial.leaveEvent = lambda ev: self.parentMainWindow.statusBar().showMessage("") |
|
|
|
self.wholePanel = parentMainWindow.ui.auditionerWidget |
|
|
|
self.currentInstrumentLabel = parentMainWindow.ui.auditionerCurrentInstrument_label |
|
|
|
self.currentInstrumentLabel.setText("") |
|
|
|
|
|
|
|
self.currentInstrumentLabel.setText(QtCore.QCoreApplication.translate("Auditioner", "Double click on an instrument to load it into the Auditioner")) |
|
|
|
|
|
|
|
#if not api.isStandaloneMode(): |
|
|
|
#self.wholePanel.hide() |
|
|
|