use FlattenedLyricData as primary source for Player UI #46
No reviewers
Labels
No labels
Priority
High
Priority
Low
Priority
Mid
bug
duplicate
enhancement
help wanted
invalid
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AnthonyKwon/ti_lyricstudio#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "revamp-lyric-structure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will use
FlattenedLyricDataas primary source forPlayerUIon both direction, and useLyricDataonly on save.It will remove unnecessary conversion between
LyricData=>FlattenedLyricDataof every line operation.