Merge branch 'nsm' of https://github.com/royvegard/ardour
[ardour.git] / gtk2_ardour / ardour_ui_options.cc
index ecb5766c16819b5d1c156d72ea1bf930cd0c3157..9b7f8fb178f9cda6b8d883cc93d56d78a88444ea 100644 (file)
@@ -382,6 +382,9 @@ ARDOUR_UI::parameter_changed (std::string p)
 
                synchronize_sync_source_and_video_pullup ();
                reset_main_clocks ();
+#ifdef WITH_VIDEOTIMELINE
+               editor->queue_visual_videotimeline_update();
+#endif
 
        } else if (p == "sync-source") {
 
@@ -409,6 +412,9 @@ ARDOUR_UI::parameter_changed (std::string p)
                        secondary_clock->set_editable (true);
                        secondary_clock->set_widget_name ("secondary");
                }
+       } else if (p == "super-rapid-clock-update") {
+               stop_clocking ();
+               start_clocking ();
        }
 }