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
{{ message }}
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
I really like how Bosca Ceoil uses a plain-text format since it works better for version control, but it's a bit unwieldy for diffing since it's all on one line and not annotated, Would you be open to making the format more diff-friendly?
A minimally invasive option could be to allow line breaks and comments, so then the program could generate something like:
4,
// general
0,0,0,110,16,4,
// instruments - first the count, then each one on its own line
2,
0,0,0,0,0,100,
5,0,0,0,0,100,
// patterns
so on...
A much more invasive option could be to annotate everything with JSON so that it's more self-documenting:
I really like how Bosca Ceoil uses a plain-text format since it works better for version control, but it's a bit unwieldy for diffing since it's all on one line and not annotated, Would you be open to making the format more diff-friendly?
A minimally invasive option could be to allow line breaks and comments, so then the program could generate something like:
A much more invasive option could be to annotate everything with JSON so that it's more self-documenting:
Either way, it would be much easier to see in source control what parts of the song were changed. What do you think?
The text was updated successfully, but these errors were encountered: