Empty

final case class Empty(numFrames: GE, numChannels: GE) extends Lazy with ScalarRated

Creates an empty buffer.

Creates an empty buffer.

Value Params
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

Concrete methods

override def productPrefix: String
Definition Classes
Product

Inherited methods

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