24 Function(
void ) { lastFrame_.resize( 1, 1, 0.0 ); };
27 StkFloat
lastOut(
void )
const {
return lastFrame_[0]; };
30 virtual StkFloat
tick( StkFloat input ) = 0;
Function(void)
Class constructor.
Definition Function.h:24
virtual StkFloat tick(StkFloat input)=0
Take one sample input and compute one sample of output.
StkFloat lastOut(void) const
Return the last computed output sample.
Definition Function.h:27
An STK class to handle vectorized audio data.
Definition Stk.h:279
Stk(void)
Default constructor.
The STK namespace.
Definition ADSR.h:6