Browse Source

update default instrument

master
Nils 3 years ago
parent
commit
c7cb9e87e4
  1. 2
      engine/resources/000 - Default.ini
  2. BIN
      engine/resources/000 - Default.tar
  3. 3
      qtgui/auditioner.py

2
engine/resources/000 - Default.ini

@ -6,7 +6,7 @@ name=Tembro Default Instrument
description=This uses the sfz-Synthesizer features, and not samples. If this is the only instrument
you see you have not (correctly) downloaded the sample files and set the correct path via
the Edit menu.
license=https://creativecommons.org/publicdomain/zero/1.0/
license=Instrument does not reach German copyright requirements. It is true public domain, or rather "Gemeinfrei".
vendor=Hilbricht Nils 2021, Laborejo Software Suite https://www.laborejo.org info@laborejo.org
;;;;;;;;;;;;;;;;;;;

BIN
engine/resources/000 - Default.tar

Binary file not shown.

3
qtgui/auditioner.py

@ -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()

Loading…
Cancel
Save