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 tospeed
. 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 withspeed
.- speed
speed factor as in
ugen.VDiskIn
. If a negative constant value is given, the actual factor isBufRateScale.kr * -speed
, thus-1
indicates playback at correct sample rate.
- Companion
- object
Value members
Concrete methods
A trigger signal for when the UGen has gone through the entire file.
This requires that interpolation is '''not 2''' (linear) which is currently not supported to produce
done
information.
A trigger signal for when the UGen has gone through the entire file.
This requires that interpolation is '''not 2''' (linear) which is currently not supported to produce
done
information.
Note that this is only signalled if the UGen is not looping.