Fix External Send GUI

panners.set_panner() was inadvertently removed in 31815b5f2
This commit is contained in:
Robin Gareus 2019-09-29 21:03:27 +02:00
parent 65c357c0f7
commit 2c4c8a8b4c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 27 additions and 24 deletions

View file

@ -220,6 +220,8 @@ PannerUI::setup_pan ()
int const nouts = _panner ? _panner->out().n_audio() : -1;
int const nins = _panner ? _panner->in().n_audio() : -1;
assert (_panshell);
if (nouts == _current_nouts
&& nins == _current_nins
&& _current_uri == _panshell->panner_gui_uri()