From a223b96725c68a4e41c9f2f5675756c274730889 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 8 Jun 2016 15:34:30 +0200 Subject: fix mute automation for busses & consolidate code. --- libs/ardour/route.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 60db5a1ffe..1600c3c9e8 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -317,6 +317,8 @@ Route::process_output_buffers (BufferSet& bufs, return; } + _mute_control->automation_run (start_frame, nframes); + /* figure out if we're going to use gain automation */ if (gain_automation_ok) { _amp->set_gain_automation_buffer (_session.gain_automation_buffer ()); -- cgit v1.2.3