From e7181c0cc49094d56eb1b9c320a1dc3bb34e50cd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 16 Mar 2016 04:41:19 +0100 Subject: Midi Busses? why yes! --- libs/ardour/ardour/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 0651eb69bf..a650bfdb1a 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -585,6 +585,8 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop RouteGroup* route_group = 0, uint32_t how_many = 1, std::string name_template = "" ); + RouteList new_midi_route (RouteGroup* route_group, uint32_t how_many, std::string name_template = "", boost::shared_ptr instrument = boost::shared_ptr()); + void remove_routes (boost::shared_ptr); void remove_route (boost::shared_ptr); -- cgit v1.2.3