summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-18 00:12:28 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:16 +1000
commit5ccfeea5bcf17ae35f932972dfc802f7fd7ecfe5 (patch)
treeb7eacb1b0f1ad7fe92caa92be1f956e74d8a83be /gtk2_ardour/editor.h
parentabac4ce854982c48b1cc825e573bdea5b13e8eb7 (diff)
Tempo ramps - more bbt dragging work.
- display prev tempo and tempo at mouse while dragging - simplify ramp dilation somewhat.
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 6057326ab3..0fd9fccec1 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2254,6 +2254,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
friend class RegionSpliceDrag;
friend class RegionRippleDrag;
friend class TrimDrag;
+ friend class BBTRulerDrag;
friend class MeterMarkerDrag;
friend class TempoMarkerDrag;
friend class CursorDrag;