Example #1
0
 public Note(Beat.Beat beat = null) : this()
 {
     this.Beat = beat;
 }
Example #2
0
 public void AddBeat(Beat.Beat beat)
 {
     beat.Voice = this;
     Beats.Add(beat);
 }