예제 #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;
 }