update mixer-meter (width) and panner if channel count changes
This commit is contained in:
parent
7e74514a04
commit
56a4e2ee15
@ -510,6 +510,8 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
|
||||
route_ops_menu = 0;
|
||||
|
||||
_route->meter_change.connect (route_connections, invalidator (*this), bind (&MixerStrip::meter_changed, this), gui_context());
|
||||
_route->input()->changed.connect (*this, invalidator (*this), boost::bind (&MixerStrip::update_output_display, this), gui_context());
|
||||
_route->output()->changed.connect (*this, invalidator (*this), boost::bind (&MixerStrip::update_output_display, this), gui_context());
|
||||
_route->route_group_changed.connect (route_connections, invalidator (*this), boost::bind (&MixerStrip::route_group_changed, this), gui_context());
|
||||
|
||||
if (_route->panner_shell()) {
|
||||
|
Loading…
Reference in New Issue
Block a user