From ee42a6dd97045253d1a9bb32fc2e571d235f9967 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Feb 2009 03:18:10 +0000 Subject: Fixes to bundle manager to make it vaguely usable. Rework signal handling for bundles so that all changes should now be noticed by port matrices. git-svn-id: svn://localhost/ardour2/branches/3.0@4501 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/global_port_matrix.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/global_port_matrix.h') diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h index fe7f56394e..cb402fc3cf 100644 --- a/gtk2_ardour/global_port_matrix.h +++ b/gtk2_ardour/global_port_matrix.h @@ -29,7 +29,7 @@ class GlobalPortMatrix : public PortMatrix public: GlobalPortMatrix (ARDOUR::Session&, ARDOUR::DataType); - void setup (); + void setup_ports (int); void set_state (ARDOUR::BundleChannel c[2], bool); State get_state (ARDOUR::BundleChannel c[2]) const; @@ -43,6 +43,10 @@ public: return false; } + bool list_is_global (int) const { + return true; + } + private: /* see PortMatrix: signal flow from 0 to 1 (out to in) */ enum { -- cgit v1.2.3