mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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
1 changed files with 8 additions and 0 deletions
|
|
@ -1367,6 +1367,14 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
add_option (_("MIDI control"), *i);
|
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"),
|
add_option (_("MIDI control"),
|
||||||
new BoolOption (
|
new BoolOption (
|
||||||
"mmc-control",
|
"mmc-control",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue