summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-10 08:17:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-10 08:17:22 -0400
commit07e0f785f80eb7b57a05c091dc454d4e4d0cce88 (patch)
treea2a2610b6b1dc17dd497fe8e50c063ef42d7dfc4 /gtk2_ardour/editor.h
parent0622a0cc3068a06d328119e90b7d9c5f5a84df32 (diff)
add "fade range" operation, bound to alt-f at present by default
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 3c9d4f38ac..d96ac0c8f6 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1385,6 +1385,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void set_fade_in_active (bool);
void set_fade_out_active (bool);
+ void fade_range ();
+
std::set<boost::shared_ptr<ARDOUR::Playlist> > motion_frozen_playlists;
bool _dragging_playhead;