Example #1
0
 public void togglePlay(bool on)
 {
     _beatManager.toggle(on);
     if (!on)
     {
         SelectStep(0, true);
     }
     else
     {
         runningUpdated = true;
     }
 }