rakuri255 / UltraSinger

AI based tool to convert vocals lyrics and pitch from music to autogenerate Ultrastar Deluxe, Midi and notes. It automatic tapping, adding text, pitch vocals and creates karaoke files.
MIT License
265 stars 24 forks source link

repitch not working (windows) #120

Closed hanz-s closed 8 months ago

hanz-s commented 8 months ago

hi,

i was trying to repitch, running the tool under windows with gitbash, and it did not work. i could fix it with changing the line:

ultrastar_writer.py:173: if line.startswith(f"#{UltrastarTxtNoteTypeTag.NORMAL} "): to: if line.startswith(UltrastarTxtNoteTypeTag.NORMAL):

Is it a bug or is it intented that there should be a "#:" at the start of the line instead of ":"?

rakuri255 commented 8 months ago

Oh yes! Your right. Will fix it.