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