Exemple #1
0
 void CreateNativeSequencer()
 {
     if (reference == IntPtr.Zero)
     {
         reference = Native.CreateSequencer();
     }
 }