mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove destructive/tape mode tracks
This commit is contained in:
parent
e89b0cfd27
commit
a4d7b45fe0
53 changed files with 114 additions and 1152 deletions
|
|
@ -142,14 +142,6 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
/* FADES */
|
||||
|
||||
add_option (_("Fades"), new OptionEditorHeading (_("Audio Fades")));
|
||||
add_option (_("Fades"), new SpinOption<float> (
|
||||
_("destructive-xfade-seconds"),
|
||||
_("Destructive crossfade length"),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::get_destructive_xfade_msecs),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::set_destructive_xfade_msecs),
|
||||
0, 1000, 1, 10,
|
||||
_("ms")
|
||||
));
|
||||
|
||||
add_option (_("Fades"), new BoolOption (
|
||||
"use-transport-fades",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue