コード例 #1
0
 public static BeatDetector Instance()
 {
     if (instance == null)
     {
         instance = new BeatDetector();
     }
     return(instance);
 }
コード例 #2
0
 public static BeatDetector Instance()
 {
     if (instance == null)
     {
         instance = new BeatDetector();
     }
     return instance;
 }