summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-31 03:53:59 +0200
committerRobin Gareus <robin@gareus.org>2014-05-31 03:53:59 +0200
commit4843c5d5cf52580a275dd6de0d47b927eb59bdc5 (patch)
treebc9d69e37517acb1bc23368c3b7fab8e248cf947 /gtk2_ardour/editor_drag.h
parent62e8d1a25f34927406a760d1826e7976b5fdd585 (diff)
towards region-trims preserving fade duration
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 7907701e63..b67c7ae5f6 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -261,6 +261,7 @@ public:
double initial_y; ///< the initial y position of the view before any reparenting
framepos_t initial_position; ///< initial position of the region
framepos_t initial_end; ///< initial end position of the region
+ double anchored_fade_length; ///< fade_length when anchored during drag
boost::shared_ptr<ARDOUR::Playlist> initial_playlist;
};