2021-11-25 10:20:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SettingsSound</class>
|
|
|
|
|
<widget class="QWidget" name="SettingsSound">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>387</width>
|
|
|
|
|
<height>332</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
2022-01-06 01:41:57 +06:00
|
|
|
<string>MIDI In Device:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxSSI2001">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Innovation SSI-2001</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxGUS">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Gravis Ultrasound</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
2022-01-06 01:41:57 +06:00
|
|
|
<string>Sound card:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureSoundCard">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
2022-02-15 15:14:45 +06:00
|
|
|
<widget class="QComboBox" name="comboBoxMidiIn">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
2022-01-06 01:41:57 +06:00
|
|
|
<string>MIDI Out Device:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxMPU401">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Standalone MPU-401</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureMPU401">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureMidiIn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureSSI2001">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxCMS">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>CMS / Game Blaster</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2022-02-15 15:14:45 +06:00
|
|
|
<widget class="QComboBox" name="comboBoxMidiOut">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureMidiOut">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxFloat32">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use FLOAT32 sound</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureCMS">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConfigureGUS">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
2022-07-26 10:13:23 +05:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>FM synth driver</string>
|
|
|
|
|
</property>
|
2022-07-26 17:02:27 +05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_1">
|
2022-07-26 10:13:23 +05:00
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="radioButtonNuked">
|
|
|
|
|
<property name="text">
|
2022-07-26 17:02:27 +05:00
|
|
|
<string>Nuked (more accurate)</string>
|
2022-07-26 10:13:23 +05:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="radioButtonYMFM">
|
|
|
|
|
<property name="text">
|
2022-07-26 17:02:27 +05:00
|
|
|
<string>YMFM (faster)</string>
|
2022-07-26 10:13:23 +05:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
2021-11-25 10:20:56 +01:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSoundCard">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-11-25 10:20:56 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|