BeatDivisorControl
Depends on https://github.com/ppy/osu-framework/pull/5823.
virtual
Defaults to Ctrl+Shift+Wheel (as per stable). Closes #23785.
Add ghost ticks to exhibit current divisor on `BeatDivisorControl`
Last
Max
RangePadding
GetDivisorForBeatIndex
As proposed in https://github.com/ppy/osu/discussions/23527.
MaxBy
dotnet-build
Shift
Number
It felt way too unresponsive.
Removed some words but also don't mention "smaller" because it's... musically incorrect and also functionally incorrect – entering 1/[8] will result in 1/16 also being populated for instance.
var
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.