Skip to content

Commit e6814fe

Browse files
keirokeerstakira
authored andcommitted
Pitch steps 5 to 10
1 parent 3580af9 commit e6814fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenUtau.Core/Util/Preferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public class SerializablePreferences {
145145
public double DiffSingerDepth = 1.0;
146146
public int DiffSingerSteps = 20;
147147
public int DiffSingerStepsVariance = 20;
148-
public int DiffSingerStepsPitch = 5;
148+
public int DiffSingerStepsPitch = 10;
149149
public bool DiffSingerTensorCache = true;
150150
public bool SkipRenderingMutedTracks = false;
151151
public string Language = string.Empty;

0 commit comments

Comments
 (0)