summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h6
1 files changed, 5 insertions, 1 deletions
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 {