Dbufrd

final case
class Dbufrd(buf: GE, index: GE, loop: GE) extends SingleOut with DemandRated with IsIndividual with HasDoneFlag

A demand-rate UGen that reads out a buffer. All inputs can be either demand UGens or any other UGens.

Value Params
buf

the identifier of the buffer to read out

index

the frame index into the buffer

loop

whether to wrap an exceeding phase around the buffer length (1) or not (0)

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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource