From 4d66204f4eb96ca802e9b301293ff4bd922717d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Oct 2007 23:47:35 +0000 Subject: Various work on Bundles, especially dynamic ones so that you can, for example, pass tracks to busses by selecting the buss name from the track's output menu. git-svn-id: svn://localhost/ardour2/trunk@2530 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/bundle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/ardour/bundle.h') diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h index 1ed285a118..9c5f3cb21a 100644 --- a/libs/ardour/ardour/bundle.h +++ b/libs/ardour/ardour/bundle.h @@ -121,6 +121,12 @@ class InputBundle : public Bundle { class OutputBundle : public Bundle { public: + /** + * OutputBundle constructor. + * \param name Name. + * \param dy true if this Bundle is `dynamic'; ie it is created on-the-fly + * and should not be written to the session file. + */ OutputBundle (string name, bool dy = false) : Bundle (name, dy) {} OutputBundle (const XMLNode&); }; -- cgit v1.2.3