BufWr

final case
class BufWr(rate: Rate, in: GE, buf: GE, index: GE, loop: GE) extends SingleOut with HasSideEffect with IsIndividual with HasDoneFlag

A UGen that writes a signal to a buffer, using an index pointer.

Warning: if the supplied buf refers to a buffer whose number of channels differs from those of the input signal, the UGen will fail silently.

An alternative to BufWr is RecordBuf . While RecordBuf advances the index into the buffer by itself, BufWr only moves its write point by the index input, making it possible to adjust the writing speed or to access the buffer in a non-linear way. RecordBuf can determine the end of the buffer and issue a done-action.

Value Params
buf

the identifier of the buffer to use

in

input signal to record

index

audio rate frame-index into the buffer.

loop

1 to enable looping, 0 to disable looping. this can be modulated.

See also
Companion
object
trait Serializable
trait HasDoneFlag
trait IsIndividual
trait HasSideEffect
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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource