summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-02 01:59:24 +0200
committerRobin Gareus <robin@gareus.org>2017-07-02 01:59:24 +0200
commit496f83bf83cc5fce7e99fa99ed8256259eef5793 (patch)
tree7aa3d0da6affb75b021ea305f0a7fba2e5fc7a18 /gtk2_ardour/processor_box.h
parent15b6b2911224fcb108c4b9ca7a09b7cf8cfd0f0a (diff)
Allow ctrl-surfaces to show/hide plugin UIs.
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 1074d10914..331848efc1 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -91,7 +91,7 @@ public:
}
ARDOUR::SessionHandlePtr* session_handle();
- void show_the_right_window ();
+ void show_the_right_window (bool show_not_toggle = false);
void set_custom_ui_mode(bool use_custom) { want_custom = use_custom; }
int set_state (const XMLNode&, int);
@@ -105,6 +105,7 @@ private:
void processor_going_away ();
PBD::ScopedConnection going_away_connection;
+ PBD::ScopedConnectionList gui_connections;
};