summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-03-26 04:48:29 +1100
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:12 +1000
commit69b6379b232f7017892b897f4838f273392f4dc2 (patch)
treec08074af385857c564af73dd39eb73d742c812de /gtk2_ardour/editor_drag.h
parent1be5a427378e511427b2bff2ee0cd6a0709791b9 (diff)
Tempo ramps - pressing constraint modifier keys during tempo drag changes tempo with vertical movement, incorporating beat constraint (if present).
- makes it easy to find suitable accelerandos for hit points in conjunction with playhead position, beat-locked tempos and initial meter frame.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 26029299ce..1864514753 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -727,7 +727,7 @@ public:
}
bool y_movement_matters () const {
- return false;
+ return true;
}
void setup_pointer_frame_offset ();