Tempo ramps - more bbt dragging work.
[ardour.git] / libs / ardour / ardour / tempo.h
index 81fad2e0fcf46c69f5d4f9e08358ab630bb3e825..9274758958d2010f9e3671a83220ca9605df7ffc 100644 (file)
@@ -398,9 +398,8 @@ 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 (TempoSection* 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, const double& pulse);
 
        bool can_solve_bbt (TempoSection* section, const Timecode::BBT_Time& bbt);