mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add note about intentional downward pitch, against expectations
This commit is contained in:
@ -242,7 +242,9 @@ namespace osu.Game.Overlays.Volume
|
|||||||
|
|
||||||
if (displayVolumeInt == 0)
|
if (displayVolumeInt == 0)
|
||||||
channel.Frequency.Value -= 0.5f;
|
channel.Frequency.Value -= 0.5f;
|
||||||
else if (displayVolumeInt == 100) channel.Frequency.Value -= 0.5f;
|
else if (displayVolumeInt == 100)
|
||||||
|
// intentionally pitched down, even when hitting max.
|
||||||
|
channel.Frequency.Value -= 0.5f;
|
||||||
|
|
||||||
channel.Play();
|
channel.Play();
|
||||||
sampleLastPlaybackTime = Time.Current;
|
sampleLastPlaybackTime = Time.Current;
|
||||||
|
Reference in New Issue
Block a user