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
%sound_sound-volume-pitch%
The pitch in code:
pitch = Integer.parseInt(volPitch.substring(second + 1));
will make pitch like 1.2,0.5 doesn't work
It should be float or sth but not Interger
%sound_sound-volume-pitch%
The pitch in code:
pitch = Integer.parseInt(volPitch.substring(second + 1));
will make pitch like 1.2,0.5 doesn't work
It should be float or sth but not Interger