WriteBuf

object WriteBuf extends ProductReader[WriteBuf]
Companion
class
trait Product
trait Mirror
trait ProductReader[WriteBuf]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fileType(id: Int): AudioFileType

Recovers an audio file type from an id. Throws an exception if the id is invalid.

Recovers an audio file type from an id. Throws an exception if the id is invalid.

def id(in: AudioFileType): Int

Converts an audio file type to a unique id that can be parsed by the UGen.

Converts an audio file type to a unique id that can be parsed by the UGen.

def id(in: SampleFormat): Int

Converts a sample format to a unique id that can be parsed by the UGen.

Converts a sample format to a unique id that can be parsed by the UGen.

def maxFileTypeId: Int
override
def read(in: RefMapIn, key: String, arity: Int): WriteBuf
Definition Classes
ProductReader
def sampleFormat(id: Int): SampleFormat

Recovers a sample format from an id. Throws an exception if the id is invalid.

Recovers a sample format from an id. Throws an exception if the id is invalid.