Minim
core | ugens | analysis
 

Oscil

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 value

Returns

None

Related

phase
Oscil

Example

None available

Usage

Web & Application