Browse Source

update default instrument

master
Nils 3 years ago
parent
commit
49bc917996
  1. 8
      engine/resources/000 - Default.ini
  2. BIN
      engine/resources/000 - Default.tar
  3. 2
      qtgui/mainwindow.py

8
engine/resources/000 - Default.ini

@ -2,7 +2,7 @@
;All parameters must be set. ;All parameters must be set.
;Library ID is unique across all Tembro Library files ;Library ID is unique across all Tembro Library files
id=0 id=0
name=Tembro Defaul Instrument name=Tembro Default Instrument
description=This uses the sfz-Synthesizer features, and not samples. If this is the only 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 you see you have not (correctly) downloaded the sample files and set the correct path via
the Edit menu. the Edit menu.
@ -70,7 +70,7 @@ id=2
name=Square Wave name=Square Wave
variants=Square.sfz variants=Square.sfz
defaultVariant=Square.sfz defaultVariant=Square.sfz
description=Square wave synthesizer description=Square wave synthesizer. Does not work yet, needs engine more support.
tags=Square tags=Square
group=synthesizer group=synthesizer
@ -79,7 +79,7 @@ id=3
name=Triangle Wave name=Triangle Wave
variants=Triangle.sfz variants=Triangle.sfz
defaultVariant=Triangle.sfz defaultVariant=Triangle.sfz
description=Triangle wave synthesizer description=Triangle wave synthesizer. Does not work yet, needs engine more support.
tags=Triangle tags=Triangle
group=synthesizer group=synthesizer
@ -88,7 +88,7 @@ id=4
name=Noise name=Noise
variants=Noise.sfz variants=Noise.sfz
defaultVariant=Noise.sfz defaultVariant=Noise.sfz
description=Noise from a synthesizer description=Noise from a synthesizer. Does not work yet, needs engine more support.
tags=Noise tags=Noise
group=synthesizer group=synthesizer

BIN
engine/resources/000 - Default.tar

Binary file not shown.

2
qtgui/mainwindow.py

@ -82,7 +82,7 @@ class MainWindow(TemplateMainWindow):
self.tabWidget.setTabBarAutoHide(True) self.tabWidget.setTabBarAutoHide(True)
self.tabWidget.setTabVisible(1, False) #Hide Mixer until we decide if we need it. #TODO self.tabWidget.setTabVisible(1, False) #Hide Mixer until we decide if we need it. #TODO
self.ui.search_groupBox.setVisible(False) self.ui.search_groupBox.setVisible(False) #Hide Search until we decide if we need it. #TODO
self.setupMenu() self.setupMenu()

Loading…
Cancel
Save