X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Flatency_gui.cc;h=e7c42fd78005651fc20b6c1107d855065316dbb4;hb=f93ca1349ce3d56ecd9b90c1b6e88971d46d9952;hp=d03ad5b9f9bcb842ce84fcc90b5b3a9234234e09;hpb=9f63ab9931e6478472853bdda58da47ea29ac125;p=ardour.git diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc index d03ad5b9f9..e7c42fd780 100644 --- a/gtk2_ardour/latency_gui.cc +++ b/gtk2_ardour/latency_gui.cc @@ -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)),