예제 #1
0
 protected void OnChangeBpm(BpmArg args)
 {
     if (RaiseChangeBpm != null)
     {
         RaiseChangeBpm(this, args);
     }
 }
예제 #2
0
 public void HandleChangeBpm(BpmArg bpmArg)
 {
     this.padMovement.SetBpmOnPad(bpmArg.bpm);
 }