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
Chart editors write event data as "type <arg1> <arg2>" with the space between the event type and arguments ommitted when no arguments are present. Although a space after the type is typically supported, some programs may have issues reading such events and it overalls goes against the norm of .chart files.
Steps to reproduce
Create a Song
Add an event at position 0 to GlobalEvents created from the event data phrase_start.
Save the song to a .chart file.
Expected
The file contains the line 0 = E "phrase_start" under the [Events] section.
Actual
The line is 0 = E "phrase_start "
The text was updated successfully, but these errors were encountered:
Severity: Minor
Chart editors write event data as
"type <arg1> <arg2>"
with the space between the event type and arguments ommitted when no arguments are present. Although a space after the type is typically supported, some programs may have issues reading such events and it overalls goes against the norm of.chart
files.Steps to reproduce
Create a
Song
Add an event at position 0 to
GlobalEvents
created from the event dataphrase_start
.Save the song to a
.chart
file.Expected
The file contains the line
0 = E "phrase_start"
under the[Events]
section.Actual
The line is
0 = E "phrase_start "
The text was updated successfully, but these errors were encountered: