summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-27 02:09:51 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-27 02:09:51 +0000
commit4e8d402fd2f92454c0ce1460e0030020b72c3888 (patch)
tree8bebc1154fa4eeefe74db6e38383a93ce2e59607 /gtk2_ardour/io_selector.h
parentf2df65db6a09e777ed1fc8d6b7b790c2468c5597 (diff)
Fix route port matrix to only display the relevant port types.
git-svn-id: svn://localhost/ardour2/branches/3.0@7505 d708f5d6-7413-0410-9779-e7cbd77b26cf
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