Add shader precompile step
Fix IsValueCreated method not checking whether the async task was completed
Fixes up deserializing.
Caused potential stutters for components that relied on this check.
Resolves https://github.com/ppy/osu-framework/issues/1180 in a way.
Wait until track has restarted before continuing operation
I removed this from my previous PR thinking it was not required, but it turned out to be required after all. Just isn't so noticeable when it fails.
Fix MusicController constantly trying to start a track
Implement structure for Editor HitObject composition
Add OnKeyDown override to OsuScreen