Esempio n. 1
0
 // Use this for initialization
 private void OnEnable()
 {
     instance   = this;
     pd         = GetComponent <Hv_AccoPlayer_AudioLib>();
     voiceToUse = new int[16]; // store a seq track/voice value for each step
     loader     = GetComponent <audioLoader>();
 }
Esempio n. 2
0
 // same object reference
 Assert.True(seq.SequenceEqual(seq, equality));
Esempio n. 3
0
 : coll is ISeq seq?nth(seq, index)
             : throw new InvalidOperationException($"{nameof(Nth)} no supported on this type: {coll.GetType().FullName}");