mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix External Send GUI
panners.set_panner() was inadvertently removed in 31815b5f2
This commit is contained in:
parent
65c357c0f7
commit
2c4c8a8b4c
3 changed files with 27 additions and 24 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue