summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-09 00:56:52 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-09 00:56:52 +0000
commit4dc475776deb5e1074977d767099471919c0ddfc (patch)
tree370e2f0f3915ee5a65b25ccde801930144f9dd3c /gtk2_ardour/rc_option_editor.cc
parent648a169d8ff9987ba727e9ba50af4f33da6db165 (diff)
Move all sync in / out options out of the menus and into the options dialogue.
git-svn-id: svn://localhost/ardour2/branches/3.0@7395 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 bec67099ea..edbe18a6c1 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1212,6 +1212,14 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("MIDI control"),
new BoolOption (
+ "send-midi-clock",
+ _("Send MIDI Clock"),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::get_send_midi_clock),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::set_send_midi_clock)
+ ));
+
+ add_option (_("MIDI control"),
+ new BoolOption (
"send-mtc",
_("Send MIDI Time Code"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_send_mtc),