Closed qtchaos closed 1 week ago
Implements a helper method for resetting audio adjustments on all AdjustableProperty types (Volume, Balance, Frequency, Tempo) as requested within a TODO in the osu repo with the aim of reducing repeated usage of RemoveAllAdjustments.
Volume
Balance
Frequency
Tempo
RemoveAllAdjustments
Prerequisite for https://github.com/ppy/osu/pull/30605
See https://github.com/ppy/osu/pull/30605#issuecomment-2473426719
Implements a helper method for resetting audio adjustments on all AdjustableProperty types (
Volume
,Balance
,Frequency
,Tempo
) as requested within a TODO in the osu repo with the aim of reducing repeated usage ofRemoveAllAdjustments
.Prerequisite for https://github.com/ppy/osu/pull/30605