summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2017-03-04 15:20:56 +1000
committerTim Mayberry <mojofunk@gmail.com>2017-03-04 15:26:00 +1000
commitddb4b8a7c3c4d8efbcf447c4f165f33d8aa0e430 (patch)
treefaa3a02909de48016b9eba1ea777a7f86940d645 /gtk2_ardour/editor.h
parente8b5b4fcf3e9b755c953a6e25a343640d64fe3d9 (diff)
Add reset region gain action for selected regions
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 88318c4f69..ec781e2df6 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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);