AlphaTab.Importer.GpxRhythm.GpxRhythm C# (CSharp) 메소드

GpxRhythm() 공개 메소드

public GpxRhythm ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections
        public GpxRhythm()
        {
            TupletDenominator = 1;
            TupletNumerator = 1;
            Value = Duration.Quarter;
        }
GpxRhythm