Esempio n. 1
0
        static PcmCurrentSound[] CreatePcmCurrentSounds()
        {
            var sounds = new PcmCurrentSound[9];

            for (int i = 0; i < sounds.Length; i++)
            {
                sounds[i] = new PcmCurrentSound();
            }
            return(sounds);
        }
Esempio n. 2
0
 static PcmCurrentSound[] CreatePcmCurrentSounds()
 {
     var sounds = new PcmCurrentSound[9];
     for (int i = 0; i < sounds.Length; i++)
     {
         sounds[i] = new PcmCurrentSound();
     }
     return sounds;
 }