AlphaTab.Importer.GpxRhythm.GpxRhythm C# (CSharp) Méthode

GpxRhythm() public méthode

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