mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
add config var for region fade visibility
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3901 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4752fdabca
commit
b8bb5f30aa
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ CONFIG_VARIABLE (bool, xfades_active, "xfades-active", true)
|
|||
CONFIG_VARIABLE (bool, xfades_visible, "xfades-visible", true)
|
||||
CONFIG_VARIABLE (uint32_t, destructive_xfade_msecs, "destructive-xfade-msecs", 2)
|
||||
CONFIG_VARIABLE (bool, use_region_fades, "use-region-fades", true)
|
||||
CONFIG_VARIABLE (bool, show_region_fades, "show-region-fades", true)
|
||||
|
||||
/* editing related */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue