FillRange

final case class FillRange(index: Int, num: Int, value: Float)

A fill range for control buses or buffers.

A fill range for control buses or buffers.

Value Params
index

sample offset into the buffer or channel offset into the bus. for multi channel buffers, multiply the frame offset by the number of channels

num

the number of samples to fill. for multi channel buffers, multiple the number of frames by the number of channels

value

the value to write to the bus or buffer in the given range

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toList: List[Any]

Inherited methods

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