AlphaTab.Rendering.Utils.BeamingHelper.BeamingHelper C# (CSharp) Method

BeamingHelper() public method

public BeamingHelper ( AlphaTab.Model.Track track ) : System
track AlphaTab.Model.Track
return System
        public BeamingHelper(Track track)
        {
            _track = track;

            Beats = new FastList<Beat>();
            _beatLineXPositions = new FastDictionary<int, BeatLinePositions>();
            ShortestDuration = Duration.QuadrupleWhole;
        }