Ejemplo n.º 1
0
 public CrescendoGlyph(float x, float y, CrescendoType crescendo)
     : base(BeatXPosition.EndBeat)
 {
     _crescendo = crescendo;
     X = x;
     Y = y;
 }
Ejemplo n.º 2
0
 public CrescendoGlyph(float x, float y, CrescendoType crescendo)
     : base(BeatXPosition.EndBeat)
 {
     _crescendo = crescendo;
     X          = x;
     Y          = y;
 }
Ejemplo n.º 3
0
 public CrescendoGlyph(float x, float y, CrescendoType crescendo)
     : base(x, y)
 {
     _crescendo = crescendo;
 }
Ejemplo n.º 4
0
 public CrescendoGlyph(float x, float y, CrescendoType crescendo)
     : base(x, y)
 {
     _crescendo = crescendo;
 }