
Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
32 virtual StkFloat
tick(
unsigned int channel = 0 ) = 0;
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:276
const StkFrames & lastFrame(void) const
Return an StkFrames reference to the last computed sample frame.
Definition: WvIn.h:29
virtual StkFloat tick(unsigned int channel=0)=0
Compute one sample frame and return the specified channel value.
unsigned int channels(void) const
Return the number of channels represented by the data.
Definition: Stk.h:404
The STK namespace.
Definition: ADSR.h:6
virtual StkFrames & tick(StkFrames &frames, unsigned int channel=0)=0
Fill the StkFrames object with computed sample frames, starting at the specified channel and return t...
STK audio input abstract base class.
Definition: WvIn.h:20
STK base class.
Definition: Stk.h:133