Exemplo n.º 1
0
 void currentsound_SoundChannelChanged(AudioStream c)
 {
     pitchControlsSpam.SetAudioChannel(c);
 }
Exemplo n.º 2
0
 public void SetAudioChannel(AudioStream sc = null)
 {
     this.sc = sc;
     Apply();
 }