summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-12 05:32:38 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:16 +1000
commitabac4ce854982c48b1cc825e573bdea5b13e8eb7 (patch)
tree1da2d12d70829beedab7ca8a23103aa7b11a62b9 /libs/ardour/ardour/tempo.h
parent49bd710b9b1cd721c8d2e3ee3eacb6b60dac9422 (diff)
Tempo ramps - more bbt ruler dragging work.
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index ba28e8a44a..81fad2e0fc 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -398,8 +398,9 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
void gui_move_meter (MeterSection*, const framepos_t& frame);
void gui_move_meter (MeterSection*, const Timecode::BBT_Time& bbt);
bool gui_change_tempo (TempoSection*, const Tempo& bpm);
+ void gui_dilate_next_tempo (const framepos_t& frame, const framepos_t& end_frame);
void gui_dilate_tempo (MeterSection*, const framepos_t& frame);
- void gui_dilate_tempo (const framepos_t& frame, const framepos_t& end_frame);
+ void gui_dilate_tempo (TempoSection* tempo, const framepos_t& frame, const framepos_t& end_frame);
bool can_solve_bbt (TempoSection* section, const Timecode::BBT_Time& bbt);