From 06b4cf92dbf57bf4b5558f6c054e1ce2d3c8b89b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 3 Jun 2014 21:08:45 +0200 Subject: re-work bounce/freeze. Freezer stops at first active delivery. amend to 8f52bf7d9f --- libs/ardour/ardour/track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/track.h') diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h index ee74fee46e..736ca8c6dd 100644 --- a/libs/ardour/ardour/track.h +++ b/libs/ardour/ardour/track.h @@ -96,7 +96,7 @@ class LIBARDOUR_API Track : public Route, public PublicDiskstream virtual boost::shared_ptr bounce_range (framepos_t start, framepos_t end, InterThreadInfo&, boost::shared_ptr endpoint, bool include_endpoint) = 0; virtual int export_stuff (BufferSet& bufs, framepos_t start_frame, framecnt_t nframes, - boost::shared_ptr endpoint, bool include_endpoint, bool for_export) = 0; + boost::shared_ptr endpoint, bool include_endpoint, bool for_export, bool for_freeze) = 0; XMLNode& get_state(); XMLNode& get_template(); -- cgit v1.2.3