expose transport fade option
This commit is contained in:
parent
2b1a30ca96
commit
655c581ef2
@ -141,6 +141,13 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
||||
_("ms")
|
||||
));
|
||||
|
||||
add_option (_("Fades"), new BoolOption (
|
||||
"use-transport-fades",
|
||||
_("Declick when transport starts and stops"),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::get_use_transport_fades),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::set_use_transport_fades)
|
||||
));
|
||||
|
||||
add_option (_("Fades"), new BoolOption (
|
||||
"use-region-fades",
|
||||
_("Region fades active"),
|
||||
|
Loading…
Reference in New Issue
Block a user