32 virtual StkFloat
tick(
unsigned int channel = 0 ) = 0;
const StkFrames & lastFrame(void) const
Return an StkFrames reference to the last computed sample frame.
Definition: WvIn.h:29
The STK namespace.
Definition: FileRead.cpp:41
unsigned int channelsOut(void) const
Return the number of audio channels in the data or stream.
Definition: WvIn.h:23
An STK class to handle vectorized audio data.
Definition: Stk.h:272
STK audio input abstract base class.
Definition: WvIn.h:19
unsigned int channels(void) const
Return the number of channels represented by the data.
Definition: Stk.h:377
STK base class.
Definition: Stk.h:132
virtual StkFloat tick(unsigned int channel=0)=0
Compute one sample frame and return the specified channel value.