JosephEoff / MuseScore_UltraStar_Exporter

MuseScore plugin to create UltraStar files
GNU General Public License v2.0
0 stars 3 forks source link

Repeats don't work #3

Open JosephEoff opened 9 years ago

JosephEoff commented 9 years ago

Scores with repeats are exported incorrectly. CurScore cannot unwrap the score, and doesn't do repeats.
If "play repeats" is selected in MuseScore, then the mp3 will have the repeats unrolled but the UltraStar .txt file will not have any repeated parts - the files don't match.

Can be fixed either by getting CurScore to unwrap, or by unwrapping in the exporter.
Report bug for MuseScore and see if it can be fixed that way first.

jeetee commented 8 years ago

The relevant post on MuseScore: https://musescore.org/en/node/68336. It's not yet on my todo list, but I might have a look at it over there and see if I can PR it (might be not that easy to implement with regards to cursor.tick having multiple possible values for essentially the same segment…)