Minim |
|
setPhase |
Description Set the amount that the phase will be offset by. Oscil steps its time from 0 to 1, which means that the phase is also normalized. However, it still makes sense to set the phase to greater than 1 or even to a negative number.Signature void setPhase(float newPhase) Parameters newPhase — float: the phase offset valueReturns None Related phaseOscil Example None available Usage Web & Application |