DiskIn

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

Type members

Classlikes

final case
class Done(in: DiskIn) extends Lazy with ControlRated
Companion
object
object Done extends ProductReader[Done]
Companion
class

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 ar(key: String, loop: GE): DiskIn

A SoundProcesses aware variant of DiskIn. It takes its streaming buffer input from an attribute with the given key. Like the original DiskIn UGen, this does not perform sample-rate-conversion if server rate and file rate diverge.

A SoundProcesses aware variant of DiskIn. It takes its streaming buffer input from an attribute with the given key. Like the original DiskIn UGen, this does not perform sample-rate-conversion if server rate and file rate diverge.

The done method can be used to determine when the file has been played completely.

Value Params
key

key into the containing object's attribute map, where an AudioCue is to be found.

loop

whether to loop (greater than zero) or not (zero, the default).

override
def read(in: RefMapIn, prefix: String, arity: Int): DiskIn
Definition Classes
ProductReader