From e6eb059576eefd9a26c177627ae7dd3ba2feb727 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 9 Jun 2009 20:21:19 +0000 Subject: the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals git-svn-id: svn://localhost/ardour2/branches/3.0@5137 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_group.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/port_group.h') diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h index 02dd965e1d..707cc04966 100644 --- a/gtk2_ardour/port_group.h +++ b/gtk2_ardour/port_group.h @@ -31,9 +31,11 @@ namespace ARDOUR { class Session; class Bundle; + class Processor; } class PortMatrix; +class RouteBundle; /** A list of bundles and ports, grouped by some aspect of their * type e.g. busses, tracks, system. Each group has 0 or more bundles @@ -119,7 +121,8 @@ class PortGroupList : public sigc::trackable std::string common_prefix_before (std::vector const &, std::string const &) const; void emit_changed (); boost::shared_ptr make_bundle_from_ports (std::vector const &, bool) const; - + void maybe_add_processor_to_bundle (boost::weak_ptr, boost::shared_ptr, bool); + ARDOUR::DataType _type; mutable ARDOUR::BundleList _bundles; List _groups; -- cgit v1.2.3