* Added CanvasSysEx class for displaying SysExes
[ardour.git] / gtk2_ardour / latency_gui.cc
index d03ad5b9f9bcb842ce84fcc90b5b3a9234234e09..e7c42fd78005651fc20b6c1107d855065316dbb4 100644 (file)
@@ -41,6 +41,7 @@ LatencyGUI::LatencyGUI (Latent& l, nframes64_t sr, nframes64_t psz)
          initial_value (_latent.signal_latency()),
          sample_rate (sr),
          period_size (psz),
+         ignored (new PBD::IgnorableControllable()),
          /* max 1 second, step by frames, page by msecs */
          adjustment (initial_value, 0.0, sample_rate, 1.0, sample_rate / 1000.0f),
          bc (adjustment, ignored, sigc::mem_fun (*this, &LatencyGUI::latency_printer)),