BufferGen

final case
class BufferGen(cmd: Command, numFrames: GE, numChannels: GE) extends Lazy with ScalarRated

Creates a buffer filled by a special buffer-generation (/b_gen) function, for example to create a wave-shaper table.

Value Params
cmd

the buffer generator command

numChannels

the number of channels for the buffer (defaults to 1). Must be resolvable at graph expansion time.

numFrames

the number of frames for the buffer. Must be resolvable at graph expansion time.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
ScalarRated