Config

case
class Config(f: Value, spec: AudioFileSpec, offset: Int, buf: Buffer, key: String)

The configuration of the buffer preparation.

Value Params
buf

the buffer to write from.

f

the audio file to write to

key

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

offset

the offset into the buffer to start from

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