AddBeat() public method

public AddBeat ( BeatTickLookup beat ) : void
beat BeatTickLookup
return void
Beispiel #1
0
 public void AddBeat(BeatTickLookup beat)
 {
     _currentMasterBar.AddBeat(beat);
 }