StkFrames

Constructors

this
this(StkFloat value, uint nFrames, uint nChannels)
Undocumented in source.
this
this(StkFrames f)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

fill
void fill(StkFloat value)
Undocumented in source. Be warned that the author may not have intended to support it.
getChannel
StkFrames getChannel(uint sourceChannel, StkFrames destinationFrames, uint destinationChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
interpolate
StkFloat interpolate(StkFloat frame, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
StkFrames opAssign(StkFrames f)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
StkFrames opBinary(StkFrames frames)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
StkFloat opCall(size_t frame, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
StkFloat opCall(size_t frame, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
StkFloat opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
StkFloat opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
StkFloat opIndex(size_t frame, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
StkFloat opIndex(size_t frame, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(StkFrames f)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(StkFrames f)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(size_t nFrames, uint nChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(size_t nFrames, uint nChannels, StkFloat value)
Undocumented in source. Be warned that the author may not have intended to support it.
setChannel
void setChannel(uint destinationChannel, StkFrames sourceFrames, uint sourceChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataRate
void setDataRate(StkFloat rate)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

channels
uint channels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dataRate
StkFloat dataRate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
frames
uint frames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
uint size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta