Ejemplo n.º 1
0
 /**
  * Set waveshape of oscillator
  * @param waveshape Determines the waveshape of this oscillator
  */
 public void SetOscWaveshape(WAVESHAPE waveshape)
 {
     this.waveshape = waveshape;
 }
Ejemplo n.º 2
0
 /**
  * Set waveshape of oscillator
  * @param waveshape Determines the waveshape of this oscillator
  */
 public void SetOscWaveshape(WAVESHAPE waveshape)
 {
     this.waveshape = waveshape;
 }