summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/osc/osc_gui.h')
-rw-r--r--libs/surfaces/osc/osc_gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/surfaces/osc/osc_gui.h b/libs/surfaces/osc/osc_gui.h
index 3e651b70fc..c1ab20d630 100644
--- a/libs/surfaces/osc/osc_gui.h
+++ b/libs/surfaces/osc/osc_gui.h
@@ -45,6 +45,8 @@ private:
Gtk::ComboBoxText portmode_combo;
Gtk::SpinButton port_entry;
Gtk::SpinButton bank_entry;
+ Gtk::SpinButton send_page_entry;
+ Gtk::SpinButton plugin_page_entry;
Gtk::ComboBoxText gainmode_combo;
Gtk::ComboBoxText preset_combo;
std::vector<std::string> preset_options;
@@ -55,6 +57,8 @@ private:
uint32_t sesn_portmode;
std::string sesn_port;
uint32_t sesn_bank;
+ uint32_t sesn_send;
+ uint32_t sesn_plugin;
uint32_t sesn_strips;
uint32_t sesn_feedback;
uint32_t sesn_gainmode;
@@ -70,6 +74,8 @@ private:
void reshow_values ();
void port_changed ();
void bank_changed ();
+ void send_page_changed ();
+ void plugin_page_changed ();
void strips_changed ();
void feedback_changed ();
void preset_changed ();