mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 03:03:34 +00:00
added osc ports to the settings interface, bumped the version num
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
MainWindow::MainWindow(const string &port, const string &audio_port, const string &process_port) :
|
||||
MainWindow::MainWindow(const string &port, const string &audio_port, const string &process_port, QSettings *settings) :
|
||||
m_last_file("."),
|
||||
m_feedback(port),
|
||||
m_audio_port(audio_port),
|
||||
@ -51,7 +51,7 @@ MainWindow::MainWindow(const string &port, const string &audio_port, const strin
|
||||
m_Ui.brain_contents->setSpacing(0);
|
||||
m_Ui.brain_contents->setContentsMargins(0,0,0,0);
|
||||
|
||||
m_settings_dialog = new SettingsDialog(this);
|
||||
m_settings_dialog = new SettingsDialog(this,settings);
|
||||
|
||||
// add default local dest
|
||||
// turn on first one
|
||||
|
Reference in New Issue
Block a user