AddBeat() public method

public AddBeat ( BeatBounds bounds ) : void
bounds BeatBounds
return void
Example #1
0
 public void AddBeat(BeatBounds bounds)
 {
     bounds.BarBounds = this;
     Beats.Add(bounds);
     MasterBarBounds.AddBeat(bounds);
 }