예제 #1
0
파일: CSound.cs 프로젝트: bohning/Vocaluxe
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer = new Stopwatch();
     _SetValue = CurrentTime;
 }
예제 #2
0
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer      = new Stopwatch();
     _SetValue   = CurrentTime;
 }