delegate signal emission to dedicated thread.
[ardour.git] / libs / ardour / meter.cc
index e5fabfc291e5f8cece9d0399137148a146ecdc69..dffefd4a58294321a8331344f29d39897464b7e2 100644 (file)
@@ -209,7 +209,12 @@ PeakMeter::reflect_inputs (const ChanCount& in)
        current_meters = in;
        reset_max();
 
-       ConfigurationChanged (in, in); /* EMIT SIGNAL */
+       // ConfigurationChanged() postponed
+}
+
+void
+PeakMeter::emit_configuration_changed () {
+       ConfigurationChanged (current_meters, current_meters); /* EMIT SIGNAL */
 }
 
 void