Implemented the Pro Audio Spectrum Plus serial mixer, Pro Audio Spectrum 16 parallel mixer, Pro Audio Spectrum Plus/16 SCSI, ESS ES688, all three ESS PnP AudioDrives, made the wavetables use a separate 44.1 kHz source, and made the Sound Blaster 16 PNP use a proper PNP ROM dump.
This commit is contained in:
@@ -13,9 +13,14 @@ class SettingsOtherRemovable : public QWidget {
|
||||
public:
|
||||
explicit SettingsOtherRemovable(QWidget *parent = nullptr);
|
||||
~SettingsOtherRemovable();
|
||||
void reloadBusChannels_MO();
|
||||
void reloadBusChannels_ZIP();
|
||||
|
||||
void save();
|
||||
|
||||
signals:
|
||||
void moChannelChanged();
|
||||
void zipChannelChanged();
|
||||
private slots:
|
||||
void on_checkBoxZIP250_stateChanged(int arg1);
|
||||
|
||||
@@ -46,6 +51,8 @@ private slots:
|
||||
|
||||
private:
|
||||
Ui::SettingsOtherRemovable *ui;
|
||||
void enableCurrentlySelectedChannel_MO();
|
||||
void enableCurrentlySelectedChannel_ZIP();
|
||||
};
|
||||
|
||||
#endif // QT_SETTINGSOTHERREMOVABLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user