public EditorClock(double trackLength, BindableBeatDivisor beatDivisor) { this.beatDivisor = beatDivisor; TrackLength = trackLength; }
public EditorClock(BeatmapMeta beatmap, BindableBeatDivisor beatDivisor) { this.beatDivisor = beatDivisor; TrackLength = beatmap.Song.Length; }