summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index fed8041be9..1a85bee2db 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1101,6 +1101,17 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Transport"), _ltc_port);
+#ifdef HAVE_LTC
+ // TODO; rather disable this button than not compile it..
+ add_option (_("Transport"),
+ new BoolOption (
+ "send-ltc",
+ _("Generate Linear/Longitudinal Time Code"),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::get_send_ltc),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::set_send_ltc)
+ ));
+#endif
+
parameter_changed ("sync-source");
/* EDITOR */