PartConv

final case
class PartConv(name: String, fftSize: Int) extends Input[Value]

Specifies access to a random access buffer, specially prepared for the PartConv UGen.

Value Params
name

name (key) of the attribute referring to an object that can be buffered (e.g. audio grapheme)

Companion
object
trait Serializable
trait Product
trait Equals
trait Input[Value]
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

def key: Key
override
def productPrefix: String
Definition Classes
Product

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product