示例#1
0
 void currentsound_SoundChannelChanged(AudioStream c)
 {
     pitchControlsSpam.SetAudioChannel(c);
 }
示例#2
0
 public void SetAudioChannel(AudioStream sc = null)
 {
     this.sc = sc;
     Apply();
 }