From 25ab3b14c950f4de6d19ac0c557db2e604fe756b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 4 Feb 2021 03:03:13 +0100 Subject: [PATCH] Don't run input meters (unused in Ardour 6) --- libs/ardour/port_manager.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc index 0b2260f6d4..de4c972e2e 100644 --- a/libs/ardour/port_manager.cc +++ b/libs/ardour/port_manager.cc @@ -1055,8 +1055,6 @@ PortManager::cycle_start (pframes_t nframes, Session* s) } } } - - run_input_meters (nframes, s ? s->nominal_sample_rate () : 0); } void