From 258b22c9f18d7eaf6d8ed09c2d87e35d46982927 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 8 Mar 2024 11:48:16 -0600 Subject: [PATCH] remove signal emission from run() func --- libs/ardour/surround_return.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/surround_return.cc b/libs/ardour/surround_return.cc index c2fba28dda..f66f841166 100644 --- a/libs/ardour/surround_return.cc +++ b/libs/ardour/surround_return.cc @@ -538,7 +538,6 @@ SurroundReturn::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_ URIMap::URIDs const& urids = URIMap::instance ().urids; forge_int_msg (urids.surr_Settings, urids.surr_ChannelCount, _current_n_channels); #endif - _session.SurroundObjectCountChanged(); //EMIT SIGNAL } if (_have_au_renderer && _binaural_render_control->get_value () != 0 && _output_format_control->get_value () != 0) {