From 82e4545f7c2f991fbd9073a7f15e437f3eea44dd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Jan 2021 14:56:38 -0700 Subject: [PATCH] remove nutempo #warning (already fixed, just remove preprocessor line) --- libs/ardour/send.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc index 08461cd23c..d20b519d65 100644 --- a/libs/ardour/send.cc +++ b/libs/ardour/send.cc @@ -95,8 +95,7 @@ Send::Send (Session& s, boost::shared_ptr p, boost::shared_ptr gl (new AutomationList (Evoral::Parameter (BusSendLevel), Temporal::AudioTime)); + boost::shared_ptr gl (new AutomationList (Evoral::Parameter (BusSendLevel), time_domain())); _gain_control = boost::shared_ptr (new GainControl (_session, Evoral::Parameter(BusSendLevel), gl)); _gain_control->set_flag (Controllable::InlineControl); add_control (_gain_control);