Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / global_port_matrix.h
index 2ecf26c33d5903bd2d7e5ea0710d3959878d9840..3def23a6a3d6c47c7f47d64d33931bbc015d04ea 100644 (file)
@@ -23,7 +23,7 @@
 #include <gtkmm/button.h>
 #include "port_matrix.h"
 #include "port_group.h"
-#include "ardour_dialog.h"
+#include "ardour_window.h"
 
 class GlobalPortMatrix : public PortMatrix
 {
@@ -31,6 +31,7 @@ public:
        GlobalPortMatrix (Gtk::Window*, ARDOUR::Session*, ARDOUR::DataType);
 
        void setup_ports (int);
+       void set_session (ARDOUR::Session* s);
 
        void set_state (ARDOUR::BundleChannel c[2], bool);
        PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
@@ -45,12 +46,12 @@ public:
 private:
        /* see PortMatrix: signal flow from 0 to 1 (out to in) */
        enum {
-               OUT = 0,
-               IN = 1,
+               FLOW_OUT = 0,
+               FLOW_IN = 1,
        };
 };
 
-class GlobalPortMatrixWindow : public ArdourDialog
+class GlobalPortMatrixWindow : public ArdourWindow
 {
 public:
        GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);