and another typo gone in in 9702020
authorRobin Gareus <robin@gareus.org>
Fri, 19 Aug 2016 15:21:51 +0000 (17:21 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 19 Aug 2016 15:22:09 +0000 (17:22 +0200)
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;
 
                bbt.beats = 1;
                bbt.ticks = 0;
 
-               *outCurrentMeasureDownBeat = tmap..pulse_at_bbt (bbt) * 4.0;
+               *outCurrentMeasureDownBeat = tmap.pulse_at_bbt (bbt) * 4.0;
        }
 
        return noErr;
        }
 
        return noErr;