mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
trim at edit point added, keybindings altered (in progress); more subtle improvements to splice mode
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2701 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
afb0c4246e
commit
c2b9f932c4
11 changed files with 87 additions and 20 deletions
|
|
@ -1632,7 +1632,11 @@ class Editor : public PublicEditor
|
|||
|
||||
void trim_finished_callback (ArdourCanvas::Item*, GdkEvent*);
|
||||
void thaw_region_after_trim (RegionView& rv);
|
||||
|
||||
|
||||
void trim_region_front();
|
||||
void trim_region_back();
|
||||
void trim_region (bool front);
|
||||
|
||||
void trim_region_to_edit_point ();
|
||||
void trim_region_from_edit_point ();
|
||||
void trim_region_to_loop ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue