Add reset region gain action for selected regions

This commit is contained in:
Tim Mayberry 2017-03-04 15:20:56 +10:00
parent e8b5b4fcf3
commit ddb4b8a7c3
4 changed files with 38 additions and 0 deletions

View file

@ -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);