BufferGen

object BufferGen extends ProductReader[BufferGen]
Companion
class
trait Product
trait Mirror
trait ProductReader[BufferGen]
class Object
trait Matchable
class Any

Type members

Classlikes

object Command extends ProductReader[Command]

Types

type Cheby = Cheby
type Command = Command
type Copy = Copy
type Sine1 = Sine1
type Sine2 = Sine2
type Sine3 = Sine3

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 cheby(amps: Seq[Float], normalize: Boolean, wavetable: Boolean, clear: Boolean, numFrames: GE, numChannels: GE): BufferGen
def controlName(id: Int): String
override
def read(in: RefMapIn, prefix: String, arity: Int): BufferGen
Definition Classes
ProductReader
def sine1(partials: Seq[Float], normalize: Boolean, wavetable: Boolean, clear: Boolean, numFrames: GE, numChannels: GE): BufferGen
def sine2(partials: Seq[(Float, Float)], normalize: Boolean, wavetable: Boolean, clear: Boolean, numFrames: GE, numChannels: GE): BufferGen
def sine3(partials: Seq[(Float, Float, Float)], normalize: Boolean, wavetable: Boolean, clear: Boolean, numFrames: GE, numChannels: GE): BufferGen

Concrete fields

val Cheby: Cheby
val Copy: Copy
val Sine1: Sine1
val Sine2: Sine2
val Sine3: Sine3