From 0abe5b84a0b8c43701f792a8de76adda8fc5d84c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 27 Jan 2010 18:50:43 +0000 Subject: [PATCH] add control for sending MTC (or not) git-svn-id: svn://localhost/ardour2/branches/3.0@6578 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 48cac12e9c..f9432bf88b 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1367,6 +1367,14 @@ RCOptionEditor::RCOptionEditor () add_option (_("MIDI control"), *i); } + add_option (_("MIDI control"), + new BoolOption ( + "send-mtc", + _("Send MIDI Time Code"), + sigc::mem_fun (*_rc_config, &RCConfiguration::get_send_mtc), + sigc::mem_fun (*_rc_config, &RCConfiguration::set_send_mtc) + )); + add_option (_("MIDI control"), new BoolOption ( "mmc-control",