-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add basic cleanup tasks for songs #20
Comments
I would really appreciate if this could be made optional (i.e. allowing to choose the apostrophe you prefer) |
What would you choose and why? |
I prefer the straight apostrophe ' visually. |
I guess the best option to handle notes of zero length is to extend them to 1 beat duration if there is 2 beats space to the beginning of the next note. What do you think? |
How shall we handle txt files without linebreak timings? The syncer could insert linebreak timings (then they would work with the current USDX), or it could consider the linebreak timing optional. Currently, the linebreaks are deleted entirely by the syncer, rendering the file unusable (related: USDX refuses to load files that do not contain a single line break, presumably because songs with a single line of lyrics are rather uncommon, but exceptions exist: https://usdb.animux.de/index.php?link=detail&id=25978, see UltraStar-Deluxe/USDX#895). |
The tool could perform some basic cleanup/fixes on the songs, e.g.
E
)T
)~
?)C
, optional?)If we look for the next note end going backwards, this would also fix a gap introduced by the touching notes fix.
Advanced cleanup:
The text was updated successfully, but these errors were encountered: