BufferProxySpec:
Filter:
Classes (extension) | Spec | Libraries > crucial > Spec | Libraries > crucial > Buffers > Specs

BufferProxySpec : NonControlSpec : Spec : Object
ExtensionExtension

datatype specifying an input of BufferProxy
Source: MoreSpecs.sc

Description

This Spec will create a BufferProxy as its defaultControl, and Patch created with an Instr with this type will be supplied the BufferProxy "automagically".

Class Methods

BufferProxySpec.new(numFrames: 44100, numChannels: 1, sampleRate: 44100.0)

Arguments:

numFrames
numChannels
sampleRate

BufferProxySpec.initClass

Inherited class methods

Instance Methods

.numFrames

.numFrames = value

.numChannels

.numChannels = value

.sampleRate

.sampleRate = value

.storeArgs

.defaultControl

.default

.canAccept(thing)

Arguments:

thing

Inherited instance methods