Ejemplo n.º 1
0
 public TrackTable Add(Rhythm rhythm)
 {
     for (int i = 0; i < rhythm.Length; i++)
     {
         Add(9, i, rhythm.GetPatternAt(i));
     }
     return(this);
 }