and another typo gone in in 9702020
[ardour.git] / libs / ardour / audio_unit.cc
index 5118f4ec3852ec7c4fac5ffe338c14ac42e35d5f..13bc57973191282895464cb76b483378ed099b4d 100644 (file)
@@ -1858,7 +1858,7 @@ AUPlugin::get_musical_time_location_callback (UInt32*   outDeltaSampleOffsetToNe
                bbt.beats = 1;
                bbt.ticks = 0;
 
-               *outCurrentMeasureDownBeat = tmap..pulse_at_bbt (bbt) * 4.0;
+               *outCurrentMeasureDownBeat = tmap.pulse_at_bbt (bbt) * 4.0;
        }
 
        return noErr;