コード例 #1
0
 /**
  * Set waveshape of oscillator
  * @param waveshape Determines the waveshape of this oscillator
  */
 public void SetOscWaveshape(WAVESHAPE waveshape)
 {
     this.waveshape = waveshape;
 }
コード例 #2
0
 /**
  * Set waveshape of oscillator
  * @param waveshape Determines the waveshape of this oscillator
  */
 public void SetOscWaveshape(WAVESHAPE waveshape)
 {
     this.waveshape = waveshape;
 }