Commit Graph

13 Commits

Author SHA1 Message Date
mk56-spn 3f0ce75bf5 Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
mk56-spn 3988131475 Rename OsuSliderBar.cs as NormalSliderBar.cs 2023-01-26 12:12:56 +01:00
Dan Balasescu 7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
Dan Balasescu f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
Dean Herbert b6c5797394 Fix `AudioFilter` test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Dean Herbert 29dfe33465 Rewrite `AudioFilter` to be easier to follow (and fix tests) 2021-10-13 15:17:20 +09:00
Dean Herbert b37096f440 Avoid using bindable for `AudioFilter` cutoff
It doesn't play nicely with screen exiting, as it is automatically
unbound during the exit process. Easiest to just avoid using this for
now.
2021-10-13 13:25:55 +09:00
Dean Herbert ba84da6ef8 Tidy up test scene 2021-10-07 20:08:28 +09:00
Dean Herbert e578046b20 Rename `Filter` -> `AudioFilter` 2021-10-07 18:50:08 +09:00
Dean Herbert 0348c6c7e5 Apply some renaming and code quality fixes 2021-10-07 18:49:22 +09:00
Jamie Taylor fc0c3e8758
Attach filters at load time 2021-10-06 17:32:28 +09:00
Jamie Taylor 2a4a376b87
Refactor Filter to behave closer to a Transformable 2021-10-02 01:32:47 +09:00
Jamie Taylor 1304b55c41
Move visual test to correct namespace 2021-09-30 15:19:15 +09:00