add control for sending MTC (or not)
git-svn-id: svn://localhost/ardour2/branches/3.0@6578 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7941c074f5
commit
0abe5b84a0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user