ppy / osu-framework

A game framework written with osu! in mind.
MIT License
1.67k stars 420 forks source link

Add helper for resetting all AdjustableProperty types #6423

Closed qtchaos closed 1 week ago

qtchaos commented 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.

Prerequisite for https://github.com/ppy/osu/pull/30605

smoogipoo commented 1 week ago

See https://github.com/ppy/osu/pull/30605#issuecomment-2473426719