Spec

final case
class Spec(maxSpeed: Double, interp: Int)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean

Empty indicates that the stream is solely used for information purposes such as BufChannels.

Empty indicates that the stream is solely used for information purposes such as BufChannels.

def isNative: Boolean

Native indicates that the stream will be transported by the UGen itself, i.e. via DiskIn or VDiskIn.

Native indicates that the stream will be transported by the UGen itself, i.e. via DiskIn or VDiskIn.

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