LFCub

object LFCub extends ProductReader[LFCub]

A sine-like oscillator UGen with a shape made of two cubic pieces. It is smoother than LFPar .

===Examples===

// modulating frequency
play { LFPar.ar(XLine.kr(100, 20000, 10)) * 0.1 }
// modulating amplitude
play { LFPar.kr(XLine.kr(1, 200, 10)) * SinOsc.ar(440) * 0.1 }
// used as both oscillator and LFO
play { LFPar.ar(LFPar.kr(LFPar.kr(0.2).mulAdd(8,10)).mulAdd(400,800)) * 0.1 }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LFCub]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar: LFCub
def ar(freq: GE, iphase: GE): LFCub
Value Params
freq

oscillator frequency in Hertz

iphase

initial phase in cycle (0 to 1) ''(init-time only)''

def kr: LFCub
def kr(freq: GE, iphase: GE): LFCub
Value Params
freq

oscillator frequency in Hertz

iphase

initial phase in cycle (0 to 1) ''(init-time only)''

def read(in: RefMapIn, key: String, arity: Int): LFCub