Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / ticker.cc
index 9a2cff7b2363e2256fa8bc57eb33e73c752d4932..15326af88242485d28c2122098f7e7719b3aac49 100644 (file)
@@ -38,7 +38,7 @@ class MidiClockTicker::Position : public Timecode::BBT_Time
 {
 public:
 
-    Position() : speed(0.0f), frame(0) { }
+    Position() : speed(0.0f), frame(0), midi_beats(0) { }
     ~Position() { }
     
     /** Sync timing information taken from the given Session