LFSaw

final case class LFSaw(freqN: D, phase: D) extends SingleOut[Double]

Aliased sawtooth oscillator. Note that the frequency is not in Hertz but the normalized frequency as we do not maintained one global sample rate. For a frequency in Hertz, freqN would be that frequency divided by the assumed sample rate.

'''Note:''' Unlike SuperCollider where LFSaw starts at zero for a zero phase, this oscillator begins at -1. To let it start at zero, use a phase of 0.5

Value parameters:
freqN

normalized frequency (f/sr). '''Note:''' negative values are currently broken.

phase

phase offset from 0 to 1. '''Note:''' negative values are currently broken.

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product