From a46aa719a67722864dbf36cb51a5e5bebc47bb83 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 Oct 2006 12:19:28 +0000 Subject: display results of a bounce in the region list git-svn-id: svn://localhost/ardour2/trunk@952 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index bf5f5fcb78..3bcaaf3aca 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -66,6 +66,7 @@ #include #include #include +#include #ifdef HAVE_LIBLO #include @@ -3652,7 +3653,12 @@ Session::write_one_audio_track (AudioTrack& track, nframes_t start, nframes_t le afs->build_peaks (); } } - + + /* construct a region to represent the bounced material */ + + boost::shared_ptr aregion = RegionFactory::create (srcs, 0, srcs.front()->length(), + region_name_from_path (srcs.front()->name())); + ret = 0; } -- cgit v1.2.3