Config

case
class Config(f: Value, spec: AudioFileSpec, offset: Long, buf: Modifiable, key: String)

The configuration of the buffer preparation.

Value Params
buf

the buffer to read into. This buffer must have been allocated already.

f

the audio file to read in

key

the key of the graph.Buffer element, used for setting the synth control eventually

offset

the offset into the file to start with

spec

the file's specification (number of channels and frames)

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def productPrefix: String
Definition Classes
Product
override
def toString: String
Definition Classes
Any

Inherited methods

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