Beispiel #1
0
        public EditorClock(double trackLength, BindableBeatDivisor beatDivisor)
        {
            this.beatDivisor = beatDivisor;

            TrackLength = trackLength;
        }
Beispiel #2
0
        public EditorClock(BeatmapMeta beatmap, BindableBeatDivisor beatDivisor)
        {
            this.beatDivisor = beatDivisor;

            TrackLength = beatmap.Song.Length;
        }