From 8ff34fde9d5bffb2f205a10a160c3a7f15c25141 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 Oct 2011 15:05:33 +0000 Subject: correctly track monitoring changes in libardour and the GUI; required removing propagation of session rec-enabled status through process chain and replacing it with call to Session::actively_recording() where necessary (may require a new RT event) git-svn-id: svn://localhost/ardour2/branches/3.0@10265 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/auditioner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/auditioner.cc') diff --git a/libs/ardour/auditioner.cc b/libs/ardour/auditioner.cc index b6544bbae6..7ba5e966fc 100644 --- a/libs/ardour/auditioner.cc +++ b/libs/ardour/auditioner.cc @@ -223,7 +223,7 @@ Auditioner::play_audition (framecnt_t nframes) this_nframes = min (nframes, length - current_frame); - if ((ret = roll (this_nframes, current_frame, current_frame + nframes, false, false, need_butler)) != 0) { + if ((ret = roll (this_nframes, current_frame, current_frame + nframes, false, need_butler)) != 0) { silence (nframes); return ret; } -- cgit v1.2.3