mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add toggles for region fade in/out/both active, plus toggle for region fades visibility
git-svn-id: svn://localhost/ardour2/branches/3.0@3904 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
862d8e651f
commit
c64e96b6a8
10 changed files with 161 additions and 4 deletions
|
|
@ -339,6 +339,10 @@ class Editor : public PublicEditor
|
|||
/* fades/xfades */
|
||||
|
||||
void toggle_region_fades ();
|
||||
void toggle_region_fades_visible ();
|
||||
void toggle_selected_region_fades (int dir);
|
||||
void update_region_fade_visibility ();
|
||||
|
||||
void toggle_auto_xfade ();
|
||||
void toggle_xfades_active ();
|
||||
void toggle_xfade_visibility ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue