A SoundProcesses aware variant of 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.
key into the containing object's attribute map, where an AudioCue
is to be found.
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.
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.
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
.