SetBuf

final case
class SetBuf(buf: GE, values: GE, offset: GE) extends SingleOut with ScalarRated with HasSideEffect with IsIndividual

A scalar (init-time) UGen that overwrites contents of a buffer with given values.

Value Params
buf

the buffer to write the values into

offset

frame offset into the buffer

values

values to write into the buffer

See also
Companion
object
trait Serializable
trait IsIndividual
trait HasSideEffect
trait ScalarRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource