 
    
   
Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial
   27   StkFloat 
lastOut( 
void )
 const { 
return lastFrame_[0]; };
 
   30   virtual StkFloat 
tick( StkFloat input ) = 0;
 
  
virtual StkFloat tick(StkFloat input)=0
Take one sample input and compute one sample of output.
Function(void)
Class constructor.
Definition: Function.h:24
void resize(size_t nFrames, unsigned int nChannels=1)
Resize self to represent the specified number of channels and frames.
An STK class to handle vectorized audio data.
Definition: Stk.h:275
StkFloat lastOut(void) const
Return the last computed output sample.
Definition: Function.h:27
The STK namespace.
Definition: ADSR.h:6
STK abstract function parent class.
Definition: Function.h:20
STK base class.
Definition: Stk.h:132