LocalBuf

final case
class LocalBuf(numFrames: GE, numChannels: GE) extends SingleOut with ScalarRated with IsIndividual

A UGen that allocates a buffer local to the synth. This is convenient for example when using an FFT chain.

Value Params
numChannels

number of channels for the buffer

numFrames

number of sample frames for the buffer

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

Concrete methods

Convenience method for ClearBuf(this)

Convenience method for ClearBuf(this)

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