VDiskIn

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

Type members

Classlikes

final case
class Done(in: VDiskIn) 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, speed: GE, loop: GE, interp: Int, maxSpeed: Double): VDiskIn

A SoundProcesses aware variant of VDiskIn. It takes its streaming buffer input from an attribute with the given key. Default values provide automatic sample-rate-conversion to match the audio server.

A SoundProcesses aware variant of VDiskIn. It takes its streaming buffer input from an attribute with the given key. Default values provide automatic sample-rate-conversion to match the audio server.

Value Params
interp

same as in ugen.VDiskIn. Additionally, a value of -1 indicates that interpolation should be chosen according to speed. This is useful in conjunction with negative speed values where interpolation might depend on actual SRC.

key

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

maxSpeed

maximum expected speed, which will be used in consideration of the buffer size needed. if zero (default), and speed is a constant, this will be aligned with speed.

speed

speed factor as in ugen.VDiskIn. If a negative constant value is given, the actual factor is BufRateScale.kr * -speed, thus -1 indicates playback at correct sample rate.

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