Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lyric Bar Enhancements #974

Merged
merged 3 commits into from
Feb 20, 2025
Merged

Conversation

sonicfind
Copy link
Collaborator

  • Improve implementation of upcoming lyric bar: the style of how the current phrase appears in the lyric bar makes delaying upcoming phrase display feel off. Now, given that the next phrase connects with the current one, the upcoming phrase will always appear. The only exception being for upcoming phrases that have length shorter than a certain threshold - where they won't appear at all.
  • Add fadein and fadeout of both sets of lyrics.
  • Remove UpcomingLyricsTime setting.
  • Hold the stringbuilder as a member variable instead of creating a new one every time. Just have to clear it before constructing a line.

+ Improve implementation of upcoming lyric bar: the style of how the current phrase appears in the lyric bar makes delaying upcoming phrase display feel off. Now, given that the next phrase connects with the current one, the upcoming phrase will always appear. The only exception being for upcoming phrases that have length shorter than a certain threshold - where they won't appear at all.
+ Add fadein and fadeout of both sets of lyrics.
+ Remove `UpcomingLyricsTime` setting.
+ Hold the stringbuilder as a member variable instead of creating a new one every time. Just have to clear it before constructing a line.
@sonicfind sonicfind merged commit 19bd60f into YARC-Official:dev Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant