AlphaTab.Audio.Model.MidiTickLookup.MidiTickLookup C# (CSharp) Method

MidiTickLookup() public method

public MidiTickLookup ( ) : AlphaTab.Collections
return AlphaTab.Collections
        public MidiTickLookup()
        {
            MasterBars = new FastList<MasterBarTickLookup>();
            MasterBarLookup = new FastDictionary<int, MasterBarTickLookup>();
        }