In karaoke mode use the Selected style for the portion of the active line not in the active syllable

Originally committed to SVN as r6571.
This commit is contained in:
Thomas Goyne 2012-03-12 00:07:22 +00:00
parent aba0b5db11
commit a48190871b
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ void AudioTimingControllerKaraoke::GetRenderingStyles(AudioRenderingStyleRanges
{
TimeRange sr = GetPrimaryPlaybackRange();
ranges.AddRange(sr.begin(), sr.end(), AudioStyle_Primary);
ranges.AddRange(start_marker, end_marker, AudioStyle_Selected);
}
TimeRange AudioTimingControllerKaraoke::GetPrimaryPlaybackRange() const {