Fix a few SNAFUs in the port matrix related to multi-type bundles (#4454).
[ardour.git] / libs / ardour / ardour / bundle.h
index 821dd57896c62c217370c8e03897d763710a6dc4..46b07c48f5b38ca20aa323d1a326fc5959ad58ff 100644 (file)
@@ -101,6 +101,7 @@ class Bundle : public PBD::ScopedConnectionList
        bool connected_to (boost::shared_ptr<Bundle>, AudioEngine &);
        bool has_same_ports (boost::shared_ptr<Bundle>) const;
        uint32_t type_channel_to_overall (DataType, uint32_t) const;
+       uint32_t overall_channel_to_type (DataType, uint32_t) const;
 
        void set_name (std::string const &);