remove signal emission from run() func

This commit is contained in:
Ben Loftis 2024-03-08 11:48:16 -06:00
parent e907aad05c
commit 258b22c9f1
1 changed files with 0 additions and 1 deletions

View File

@ -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) {