You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about editing of lyrics will go about once the user has already synced a few elements and then decides to edit the lyrics and goes back to the editing tab? Could be any of the following
Timestamps reset (Lazy fix - probably the easiest)
Modified line reset (check for which lines have been modified and then reset those lines' timestamps.)
VocalElement check (slowest and probably the hardest to implement - check what all elements have been modified, then map those)
The text was updated successfully, but these errors were encountered:
I believe it would be better to prevent users from changing lyrics from the edit tab once they start syncing the lyrics. We can have options in the sync tab itself to let people change individual elements like changing the text, splitting VocalElements, deleting and adding new elements. If the user still wants to go back to the edit tab, then they can do so and make the changes, however the lines they change will be reset (i.e the second option you specified)
I was thinking about editing of lyrics will go about once the user has already synced a few elements and then decides to edit the lyrics and goes back to the editing tab? Could be any of the following
The text was updated successfully, but these errors were encountered: