summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-03 13:45:32 +0000
committerRobin Gareus <robin@gareus.org>2013-03-03 13:45:32 +0000
commitf56913e424a923e6a08f0fecf5c565a741c67c1d (patch)
treeb709454de6b913aacd38eb8bf72787c5410547a0 /gtk2_ardour/rc_option_editor.cc
parent2884ac6346e6a85e04e24e71b11bfc9a0e075f7e (diff)
SuperCaliFragilisticHoraAdaequationis
git-svn-id: svn://localhost/ardour2/branches/3.0@14124 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index b64c03f4ee..7d290ede2f 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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.
*/