summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-12-23 05:58:49 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:09 +1000
commit340bd42c62a10578eb0314faf67eff115b975c2a (patch)
treef0d868311715690bdd8b53628877014a30f0dbbe /gtk2_ardour/editor_drag.h
parent7898435d3f94355fa0996dc9f85b3bc1ef173585 (diff)
Tempo ramps - allow live updating of tempo markers.
- all a bit slow, but should be ok once we can lock markers to frames.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index cd1b0c2474..bd2672e23e 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -25,6 +25,7 @@
#include <gdk/gdk.h>
#include <stdint.h>
+#include "ardour/tempo.h"
#include "ardour/types.h"
#include "canvas/types.h"
@@ -731,6 +732,8 @@ public:
private:
TempoMarker* _marker;
+ ARDOUR::TempoSection* _real_section;
+
bool _copy;
XMLNode* before_state;
};