SuperCaliFragilisticHoraAdaequationis
[ardour.git] / gtk2_ardour / rc_option_editor.cc
index b64c03f4eecb6ca19e35da808eb2a371a6a0d3d1..7d290ede2f2ba9c6358dcfa3406a1fc372050fea 100644 (file)
@@ -1741,6 +1741,14 @@ RCOptionEditor::RCOptionEditor ()
                            sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_plugin_own_gui)
                            ));
 
+       add_option (S_("GUI"),
+                   new BoolOption (
+                           "super-rapid-clock-update",
+                           _("update transport clock display every 40ms instead of every 100ms"),
+                           sigc::mem_fun (*_rc_config, &RCConfiguration::get_super_rapid_clock_update),
+                           sigc::mem_fun (*_rc_config, &RCConfiguration::set_super_rapid_clock_update)
+                           ));
+
        /* The names of these controls must be the same as those given in MixerStrip
           for the actual widgets being controlled.
        */