summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 21bd6a2d3e..32946fb1b7 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -57,11 +57,16 @@ class IOSelector : public PortMatrix
private:
+ void setup_type ();
+ void io_changed ();
+ void io_changed_proxy ();
+
int _other;
int _ours;
boost::shared_ptr<ARDOUR::IO> _io;
boost::shared_ptr<PortGroup> _port_group;
bool _find_inputs_for_io_outputs;
+ PBD::ScopedConnection _io_connection;
};
class IOSelectorWindow : public Gtk::Window