Name

getPerOffset

Examples

import net.fladdict.oscillator.*;

Oscillator osc = new OscSin(30,100,50);
osc.setPerOffsetdOsc = new OscTriangle(100,100);

Oscillator osc2 = osc.getPerOffset();

Description

Returns internal oscillator that controlle's oscillator's offset of amplitude.

Syntax

  • osc.getAmpOffsetOsc()

Returns

  • Oscillator
  • oscillator subclass that controlls its offset of amplitude

Usage

  • Web & Application