merge fix for tempo branch
[ardour.git] / libs / ardour / ardour / tempo.h
index 29f1f256438069e1c75ed6b2ea8221f0833cbf9b..9e6a0c17bdc037b083d0e6467ce9e40634c59e7c 100644 (file)
@@ -365,6 +365,13 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
        TempoSection&       first_tempo();
        
        void do_insert (MetricSection* section);
+
+       void add_tempo_locked (const Tempo&, Timecode::BBT_Time where, bool recompute);
+       void add_meter_locked (const Meter&, Timecode::BBT_Time where, bool recompute);
+
+       bool remove_tempo_locked (const TempoSection&);
+       bool remove_meter_locked (const MeterSection&);
+
 };
 
 }; /* namespace ARDOUR */