summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index dad1922488..5c794fb379 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3152,6 +3152,9 @@ Route::set_meter_point (MeterPoint p, bool force)
*/
}
+ _meter->reset();
+ _meter->reset_max();
+
meter_change (); /* EMIT SIGNAL */
bool const meter_visibly_changed = (_meter->display_to_user() != meter_was_visible_to_user);