mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
The return of the send level meter
This commit is contained in:
parent
0aa5a8674c
commit
7216a767df
1 changed files with 3 additions and 2 deletions
|
|
@ -1021,10 +1021,11 @@ GainMeter::set_controls (boost::shared_ptr<Route> r,
|
||||||
|
|
||||||
if (_route) {
|
if (_route) {
|
||||||
_route->active_changed.connect (model_connections, invalidator (*this), boost::bind (&GainMeter::route_active_changed, this), gui_context ());
|
_route->active_changed.connect (model_connections, invalidator (*this), boost::bind (&GainMeter::route_active_changed, this), gui_context ());
|
||||||
hbox.pack_start (meter_hbox, true, true);
|
|
||||||
meter_hbox.show ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hbox.pack_start (meter_hbox, true, true);
|
||||||
|
meter_hbox.show ();
|
||||||
|
|
||||||
// if (r && !r->is_auditioner()) {
|
// if (r && !r->is_auditioner()) {
|
||||||
// fader_vbox->pack_start (gain_automation_state_button, false, false, 0);
|
// fader_vbox->pack_start (gain_automation_state_button, false, false, 0);
|
||||||
// }
|
// }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue