mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Add reset region gain action for selected regions
This commit is contained in:
parent
e8b5b4fcf3
commit
ddb4b8a7c3
4 changed files with 38 additions and 0 deletions
|
|
@ -1267,6 +1267,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void normalize_region ();
|
||||
void reset_region_scale_amplitude ();
|
||||
void adjust_region_gain (bool up);
|
||||
void reset_region_gain ();
|
||||
void quantize_region ();
|
||||
void quantize_regions (const RegionSelection& rs);
|
||||
void legatize_region (bool shrink_only);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue