Known Bugs - stakira/OpenUtau GitHub Wiki

Known bugs

Part always snap to measure line

If the starting position of a part isn't in the current page, when dragging the part, it can only snap to measure line, and we can't change the position of the part more precisely.

WORLDLINE-R audio distortion when changing gender factor curve's default value

If the gender factor default value is set to a negative value, such as -15, the synthesized audio will get heavily distorted. This bug does not occur when the gender factor value is set to 0 image

Related issue: #756

CVVC phonemizers apply VCs erratically and/or cease to apply VCs when using voice colors/the CLR expression

image

Related issue: #1226

OpenUTAU not crossfading correctly compared to UTAU

In classic UTAU, when your overlap is half of the pre-utterance or more, the pre-utterance of the next note will go all the way into the previous note. utau

Comparatively, in OpenUTAU, when your overlap is half of your pre-utterance or more, the pre-utterance of the next note will only go part of the way into the previous note image

Note This is less a bug and more a parity/compatibility issue.

Blocker It's easy to fix the math, however solving the math alone causes UX issues regarding being able to differentiate between adjusting the timing bar and adjusting the crossfade.

Suggested solution Adding the ability to hold a modifier key (ctrl/alt/shift) in order to isolate interaction to either the crossfade or timing adjustment area.

Changing the expression set will make the "Expressions" part of the "Note Properties" panel blank

  1. Create a new project. Add a new track. Add a new part. Open piano roll, and open the "Note Properties" panel
  2. In piano roll window, click the ⚙ icon at the button-left corner of the window, and add a new expression

The "Expressions" part of the "Note Properties" panel will become blank. You need to close the piano roll window and reopen it. image

Known bugs in stable version

These bugs are already solved in the latest beta version. If you encountered one of these bugs, you can solve it by upgrading to the latest beta version.

Error when pressing Ctrl+Z in "Edit Lyrics" dialog

image

Clicking "Apply" will make OpenUtau crash

This bug will be solved in PR #1220

After installing a diffsinger voicebank, all my singers are gone

Solved in PR #1061

Potential bugs that need investigation

__MACOSX folder causes issues when installing

When a ZIP is made on a Mac, it creates a "__MACOSX" folder in the ZIP; this folder stores additional Metadata. Trying to install this ZIP with this folder will cause OpenUTAU to fail installing the Singer. MacOS automatically hides this folder from the user, making it impossible to delete, which means a user using OpenUTAU on a Mac can't install a singer from a ZIP file if it was made on another Mac.