コード例 #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;
 }