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
i see you the step on the slider by 0.05. that means you are change the pitch by 1.025 each! 0.05 /2 is 0.025 + 1 = 1.025. if you want to change the pitch 5% then the step should be change by 0.1 each. 1.05 -1 is 0.05 x2 = step = "0.1"
The text was updated successfully, but these errors were encountered:
i see you the step on the slider by 0.05. that means you are change the pitch by 1.025 each! 0.05 /2 is 0.025 + 1 = 1.025. if you want to change the pitch 5% then the step should be change by 0.1 each. 1.05 -1 is 0.05 x2 = step = "0.1"
The text was updated successfully, but these errors were encountered: