AlphaTab.Importer.GpxRhythm.GpxRhythm C# (CSharp) Method

GpxRhythm() public method

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