13
0

and another typo gone in in 9702020

This commit is contained in:
Robin Gareus 2016-08-19 17:21:51 +02:00
parent 25ec63968c
commit 0016920347

View 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;